commit | 6b708de64adb6dc8319e7aeac922b46904fbeeec | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Jun 02 15:39:44 2014 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Mon Aug 04 15:23:03 2014 -0700 |
tree | 84aaf50c2b5b46e669315caf2fd32f143145f2f5 | |
parent | 913dc33fb2720fb5f979011664294137ddd8b13b [diff] |
bcache: Fix an infinite loop in journal replay When running with multiple cache devices, if one of the devices has a completely empty journal but we'd already found some journal entries on a previosu device we'd go into an infinite loop. Change-Id: I1dcdc0d738192746de28f40e8b08825b0dea5e2b Signed-off-by: Kent Overstreet <kmo@daterainc.com>