James Bottomley 6068674437 [PATCH] remove name length check in a workqueue
We have a chek in there to make sure that the name won't overflow
task_struct.comm[], but it's triggering for scsi with lots of HBAs, only
scsi is using single-threaded workqueues which don't append the "/%d"
anyway.

All too hard.  Just kill the BUG_ON.

Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>

[ kthread_create() uses vsnprintf() and limits the thing, so no
  actual overflow can actually happen regardless ]

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-10 11:55:19 -07:00
..
2005-06-28 21:20:35 -07:00
2005-08-04 16:57:49 -07:00
2005-07-12 16:00:58 -07:00
2005-07-27 16:25:51 -07:00
2005-06-28 14:53:40 -07:00
2005-07-07 18:23:46 -07:00
2005-07-30 10:49:59 -07:00
2005-08-01 10:03:56 -07:00
2005-07-27 16:26:04 -07:00
2005-07-12 20:38:38 -07:00