commit | 3ec706c831d4c96905c287013c8228b21619a1d9 | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Mon Nov 05 15:46:42 2012 +0100 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Dec 12 17:15:34 2012 -0500 |
tree | b5f8ac6333bd0d54b87f4d367aaf3d6101eeef5b | |
parent | 5d9640517d92d05843711ea982cbeff42d7ed32d [diff] |
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree This is required for the device replace procedure in a later step. Two calling functions also had to be changed to have the fs_info pointer: repair_io_failure() and scrub_setup_recheck_block(). Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de> Signed-off-by: Chris Mason <chris.mason@fusionio.com>