Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376027
b: refs/heads/master
c: ac5a296
h: refs/heads/master
i:
  376025: d9d997e
  376023: f1c757f
v: v3
  • Loading branch information
wang, biao authored and Greg Kroah-Hartman committed May 21, 2013
1 parent 4d143b9 commit 7715e26
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: 97521978c5ea80857d4f4f74d4e1fc93721482cf
refs/heads/master: ac5a2962b02f57dea76d314ef2521a2170b28ab6
2 changes: 1 addition & 1 deletion trunk/lib/klist.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ static void klist_release(struct kref *kref)
if (waiter->node != n)
continue;

list_del(&waiter->list);
waiter->woken = 1;
mb();
wake_up_process(waiter->process);
list_del(&waiter->list);
}
spin_unlock(&klist_remove_lock);
knode_set_klist(n, NULL);
Expand Down

0 comments on commit 7715e26

Please sign in to comment.