commit | 193ea74b2729e6ddc08fb6bde6e15a3bd4d94071 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Mon Jun 13 19:56:54 2011 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Thu Sep 29 12:54:28 2011 +0200 |
tree | 39891ccdd556360ce016171ae18a7474dd293aeb | |
parent | 558540c17771eaf89b1a3be39aa2c8bc837da1a6 [diff] |
btrfs scrub: bugfix: mirror_num off by one Fix the mirror_num determination in scrub_stripe. The rest of the scrub code did not use mirror_num for anything important and that error went unnoticed. The nodatasum fixup patch of this set depends on a correct mirror_num. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>