Commit 31c89007 authored by Audra Mitchell's avatar Audra Mitchell Committed by Tejun Heo
Browse files

workqueue.c: Increase workqueue name length

Currently we limit the size of the workqueue name to 24 characters due to
commit ecf6881f

 ("workqueue: make workqueue->name[] fixed len")
Increase the size to 32 characters and print a warning in the event
the requested name is larger than the limit of 32 characters.

Signed-off-by: default avatarAudra Mitchell <audra@redhat.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 052d5343
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment