From 52c39b914dc3292c2de5005d0eeb9451aa6f828c Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 31 Oct 2011 17:08:54 -0700 Subject: [PATCH] --- yaml --- r: 272149 b: refs/heads/master c: 20c8c62891a346e09c8d26de41ce78bd7a76c5b0 h: refs/heads/master i: 272147: 11d7748bce4b51832e9d4fc964b015afcfa526e6 v: v3 --- [refs] | 2 +- trunk/mm/backing-dev.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index ade44d34d14c..99d6fe166d10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 99ef0315f1b320f392acc4364598340e78758fd2 +refs/heads/master: 20c8c62891a346e09c8d26de41ce78bd7a76c5b0 diff --git a/trunk/mm/backing-dev.c b/trunk/mm/backing-dev.c index a87da524a4a0..7520ef0bfd47 100644 --- a/trunk/mm/backing-dev.c +++ b/trunk/mm/backing-dev.c @@ -404,9 +404,8 @@ static int bdi_forker_thread(void *ptr) /* * In the following loop we are going to check whether we have * some work to do without any synchronization with tasks - * waking us up to do work for them. So we have to set task - * state already here so that we don't miss wakeups coming - * after we verify some condition. + * waking us up to do work for them. Set the task state here + * so that we don't miss wakeups after verifying conditions. */ set_current_state(TASK_INTERRUPTIBLE);