]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
workqueue: Shorten events_freezable_power_efficient name
authorAudra Mitchell <audra@redhat.com>
Thu, 25 Jan 2024 19:05:32 +0000 (14:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2024 13:11:34 +0000 (15:11 +0200)
commitf6ab9839a96bac9c50e0342e9b97ab3390c42c42
treea5517648b8639a890a512d52b8bfad6c3255ea3a
parent3b01570a9d8f1b89e8762b9270de6103eb2bca09
workqueue: Shorten events_freezable_power_efficient name

commit 8318d6a6362f5903edb4c904a8dd447e59be4ad1 upstream.

Since we have set the WQ_NAME_LEN to 32, decrease the name of
events_freezable_power_efficient so that it does not trip the name length
warning when the workqueue is created.

Signed-off-by: Audra Mitchell <audra@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/workqueue.c