]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2013 21:41:43 +0000 (14:41 -0700)
commit79e3dab90d9f826ceca67c7890e048ac9169de49
treeaa3b27dad6f09cb32faa8c23ad3a3ca661a5ffae
parent1394d6761b6e9e15ee7c632a6d48791188727b40
bcache: Fix a dumb CPU spinning bug in writeback

schedule_timeout() != schedule_timeout_uninterruptible()

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Cc: linux-stable <stable@vger.kernel.org> # >= v3.10
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/bcache/writeback.c