Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56525
b: refs/heads/master
c: e3dfd29
h: refs/heads/master
i:
  56523: 7860d30
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed May 17, 2007
1 parent 765374e commit 6a0c359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a1a4849c419337f649c6633219b555eb4d4d955a
refs/heads/master: e3dfd2964ea86ae65f511b10d62ea54d46db3708
2 changes: 1 addition & 1 deletion trunk/include/linux/workqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extern struct workqueue_struct *__create_workqueue(const char *name,
int singlethread,
int freezeable);
#define create_workqueue(name) __create_workqueue((name), 0, 0)
#define create_freezeable_workqueue(name) __create_workqueue((name), 0, 1)
#define create_freezeable_workqueue(name) __create_workqueue((name), 1, 1)
#define create_singlethread_workqueue(name) __create_workqueue((name), 1, 0)

extern void destroy_workqueue(struct workqueue_struct *wq);
Expand Down

0 comments on commit 6a0c359

Please sign in to comment.