]> git.baikalelectronics.ru Git - kernel.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)
commitc80e77c633dede1b8cd4d6a8c586217785a43ee1
tree427b8eeb698ab2e74e85f13b7a5754ee5bfb2acd
parentca66de7aa5bb20ad51eb582d34fcc47f8671d741
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