bcache: Fix a dumb CPU spinning bug in writeback
authorKent Overstreet <kmo@daterainc.com>
Tue, 24 Sep 2013 06:17:33 +0000 (23:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2013 14:13:09 +0000 (07:13 -0700)
commitff1a51b9bf5808f2d40b8e605ff7f7cdc7973b3e
treefb6ad0e390aac5ef9b05845a79c3e494a64b9927
parent77dbabefd61a7db6dad630d59823dd610ac6692d
bcache: Fix a dumb CPU spinning bug in writeback

commit 79e3dab90d9f826ceca67c7890e048ac9169de49 upstream.

schedule_timeout() != schedule_timeout_uninterruptible()

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/bcache/writeback.c