diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-14 23:10:00 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-14 23:10:00 -0400 |
| commit | 4c0e176dd5e4c44dd60f398518f75eedbe1a65f3 (patch) | |
| tree | 07aea7539f78f221c6fc535a94a07befa2afdb63 /kernel/workqueue.c | |
| parent | f241be74b803dcf9d70c9978292946370654320f (diff) | |
| parent | 2ba84684e8cf6f980e4e95a2300f53a505eb794e (diff) | |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'kernel/workqueue.c')
| -rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 259cf55da3c9..c7e36d4a70ca 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -308,8 +308,6 @@ struct workqueue_struct *__create_workqueue(const char *name, | |||
| 308 | struct workqueue_struct *wq; | 308 | struct workqueue_struct *wq; |
| 309 | struct task_struct *p; | 309 | struct task_struct *p; |
| 310 | 310 | ||
| 311 | BUG_ON(strlen(name) > 10); | ||
| 312 | |||
| 313 | wq = kmalloc(sizeof(*wq), GFP_KERNEL); | 311 | wq = kmalloc(sizeof(*wq), GFP_KERNEL); |
| 314 | if (!wq) | 312 | if (!wq) |
| 315 | return NULL; | 313 | return NULL; |
