diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/klist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/klist.c b/lib/klist.c index 0874e41609a6..358a368a2947 100644 --- a/lib/klist.c +++ b/lib/klist.c | |||
@@ -193,10 +193,10 @@ static void klist_release(struct kref *kref) | |||
193 | if (waiter->node != n) | 193 | if (waiter->node != n) |
194 | continue; | 194 | continue; |
195 | 195 | ||
196 | list_del(&waiter->list); | ||
196 | waiter->woken = 1; | 197 | waiter->woken = 1; |
197 | mb(); | 198 | mb(); |
198 | wake_up_process(waiter->process); | 199 | wake_up_process(waiter->process); |
199 | list_del(&waiter->list); | ||
200 | } | 200 | } |
201 | spin_unlock(&klist_remove_lock); | 201 | spin_unlock(&klist_remove_lock); |
202 | knode_set_klist(n, NULL); | 202 | knode_set_klist(n, NULL); |