From: Chris Mason Date: Tue, 25 May 2010 14:12:41 +0000 (-0400) Subject: Btrfs: don't walk around with task->state != TASK_RUNNING X-Git-Tag: v2.6.35-rc1~36^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3b3d314cd2f16fac42676839854a68cab2e22b;p=pandora-kernel.git Btrfs: don't walk around with task->state != TASK_RUNNING Yan Zheng noticed two places we were doing a lot of work without task->state set to TASK_RUNNING. This sets the state properly after we get ready to sleep but decide not to. Signed-off-by: Chris Mason --- Reading git-diff-tree failed