commit | ed3b3d314cd2f16fac42676839854a68cab2e22b | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue May 25 10:12:41 2010 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Tue May 25 10:34:58 2010 -0400 |
tree | a38462cdfbaa0dce3bbd26fe7167fe7368439a47 | |
parent | 11c65dccf70be9ace5dbd3906778e1a099b1fee1 [diff] |
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 <chris.mason@oracle.com>