]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: remove inode argument from repair_io_failure
authorJosef Bacik <josef@toxicpanda.com>
Fri, 5 May 2017 15:57:14 +0000 (11:57 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2017 16:25:58 +0000 (18:25 +0200)
commit6ec656bc0fde92c3cb14d5dc9dca69ec8cce68c6
tree427b8eeb698ab2e74e85f13b7a5754ee5bfb2acd
parentc6100a4b4e3d1650deafda45e49571b83270c714
btrfs: remove inode argument from repair_io_failure

Once we remove the btree_inode we won't have an inode to pass anymore,
just pass the fs_info directly and the inum since we use that to print
out the repair message.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/scrub.c