commit | 8ddc7d9cd0a00062247c732b96386ec2462bdbc7 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Mon Jun 13 20:02:58 2011 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Thu Sep 29 12:54:28 2011 +0200 |
tree | ea855863b3f6429002bfe31a3e522b4370d59d55 | |
parent | 193ea74b2729e6ddc08fb6bde6e15a3bd4d94071 [diff] |
btrfs: add mirror_num to extent_read_full_page Currently, extent_read_full_page always assumes we are trying to read mirror 0, which generally is the best we can do. To add flexibility, pass it as a parameter. This will be needed by scrub fixup code. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>