bcache: Use uninterruptible sleep in writeback
authorKent Overstreet <kmo@daterainc.com>
Fri, 29 Nov 2013 01:28:37 +0000 (17:28 -0800)
committerKent Overstreet <kmo@daterainc.com>
Mon, 16 Dec 2013 22:04:57 +0000 (14:04 -0800)
We're just waiting on kthread_should_stop(), nothing else, so
interruptible sleep was wrong here.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>

No differences found