Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1338
b: refs/heads/master
c: 7e43c84
h: refs/heads/master
v: v3
  • Loading branch information
blaisorblade@yahoo.it authored and Linus Torvalds committed May 25, 2005
1 parent 9ca663b commit 063f620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 187a1a94d629621d1471b42308e63573b1150773
refs/heads/master: 7e43c84e3e5423ae72ae31e4cd7bbccfd1605194
4 changes: 1 addition & 3 deletions trunk/include/linux/wait.h
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,7 @@ int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
wait_queue_t name = { \
.task = current, \
.func = autoremove_wake_function, \
.task_list = { .next = &(name).task_list, \
.prev = &(name).task_list, \
}, \
.task_list = LIST_HEAD_INIT((name).task_list), \
}

#define DEFINE_WAIT_BIT(name, word, bit) \
Expand Down

0 comments on commit 063f620

Please sign in to comment.