commit | 213e64da90d14537cd63f7090d6c4d1fcc75d9f8 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 27 17:09:18 2012 +0300 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 27 17:09:18 2012 +0300 |
tree | c7603bcc554d033ef0521a0a7898c924930721e7 | |
parent | 5eb56d2520fe16f00756ccdf8eebc277398e0f44 [diff] |
Btrfs: fix infinite loop in btrfs_shrink_device() If relocate of block group 0 fails with ENOSPC we end up infinitely looping because key.offset -= 1 statement in that case brings us back to where we started. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>