Re: [PATCH 2/3] btrfs: remove inode argument from repair_io_failure

2017-05-09 Thread David Sterba
On Fri, May 05, 2017 at 11:57:14AM -0400, Josef Bacik wrote: > 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 Reviewed-by: David Sterba --

Re: [PATCH 2/3] btrfs: remove inode argument from repair_io_failure

2017-05-08 Thread Chandan Rajendra
On Friday, May 05, 2017 11:57:14 AM Josef Bacik wrote: > 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. > The changes look fine, Reviewed-by: Chandan Rajendra -- chandan

[PATCH 2/3] btrfs: remove inode argument from repair_io_failure

2017-05-05 Thread Josef Bacik
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 --- fs/btrfs/extent_io.c | 16 +++- fs/btrfs/extent_io.h | 6 +++--- fs/btrfs/scrub.c