commit | 6d9d21e35fbfa2934339e96934f862d118abac23 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Sep 23 23:17:27 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 24 14:41:43 2013 -0700 |
tree | 80222e590d8c8f126101e1cb15cc627833821418 | |
parent | 2f6cf0de0281d210061ce976f2d42d246adc75bb [diff] |
bcache: Fix a dumb journal discard bug That switch statement was obviously wrong, leading to some sort of weird spinning on rare occasion with discards enabled... 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>