Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5767
b: refs/heads/master
c: 6068674
h: refs/heads/master
i:
  5765: 47b147b
  5763: 9445d5b
  5759: 5803bb4
v: v3
  • Loading branch information
James Bottomley authored and Linus Torvalds committed Aug 10, 2005
1 parent deedbb5 commit 5327f82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3462b925414a146d4c2252de97d20f89218d1ffb
refs/heads/master: 606867443764edac5a2c542f2fa0a12ef7a7c7fd
2 changes: 0 additions & 2 deletions trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ struct workqueue_struct *__create_workqueue(const char *name,
struct workqueue_struct *wq;
struct task_struct *p;

BUG_ON(strlen(name) > 10);

wq = kmalloc(sizeof(*wq), GFP_KERNEL);
if (!wq)
return NULL;
Expand Down

0 comments on commit 5327f82

Please sign in to comment.