From: James Bottomley Date: Wed, 10 Aug 2005 18:29:15 +0000 (-0700) Subject: [PATCH] remove name length check in a workqueue X-Git-Tag: v2.6.13-rc7~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606867443764edac5a2c542f2fa0a12ef7a7c7fd;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton [ kthread_create() uses vsnprintf() and limits the thing, so no actual overflow can actually happen regardless ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed