Commit 31c8900
workqueue.c: Increase workqueue name length
Currently we limit the size of the workqueue name to 24 characters due to
commit ecf6881 ("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: Audra Mitchell <audra@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>1 parent 052d534 commit 31c8900
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
4666 | 4666 | | |
4667 | 4667 | | |
4668 | 4668 | | |
| 4669 | + | |
4669 | 4670 | | |
4670 | 4671 | | |
4671 | 4672 | | |
| |||
4692 | 4693 | | |
4693 | 4694 | | |
4694 | 4695 | | |
4695 | | - | |
| 4696 | + | |
4696 | 4697 | | |
4697 | 4698 | | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
4698 | 4702 | | |
4699 | 4703 | | |
4700 | 4704 | | |
| |||
0 commit comments