From c2f8ed20815e424e5f3d119c7d4b50dc1561bfa4 Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Tue, 5 Oct 2010 12:47:57 +0400 Subject: [PATCH] --- yaml --- r: 211265 b: refs/heads/master c: 231d0aefd88e94129cb8fb84794f9bb788c6366e h: refs/heads/master i: 211263: dd93277c709804c40389fabcd08e2ba7486251df v: v3 --- [refs] | 2 +- trunk/include/linux/wait.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 91613efe0cb0..9ab52b33778c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5336377d6225959624146629ce3fc88ee8ecda3d +refs/heads/master: 231d0aefd88e94129cb8fb84794f9bb788c6366e diff --git a/trunk/include/linux/wait.h b/trunk/include/linux/wait.h index 0836ccc57121..3efc9f3f43a0 100644 --- a/trunk/include/linux/wait.h +++ b/trunk/include/linux/wait.h @@ -614,6 +614,7 @@ int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *key); (wait)->private = current; \ (wait)->func = autoremove_wake_function; \ INIT_LIST_HEAD(&(wait)->task_list); \ + (wait)->flags = 0; \ } while (0) /**