Re: [PATCH 6/6] Btrfs: unify naming of btrfs_io_bio

2017-05-17 Thread David Sterba
On Mon, Apr 17, 2017 at 06:16:27PM -0700, Liu Bo wrote: > All dio endio functions are using io_bio for struct btrfs_io_bio, this > makes btrfs_submit_direct to follow this convention. > > Signed-off-by: Liu Bo Reviewed-by: David Sterba -- To unsubscribe

[PATCH 6/6] Btrfs: unify naming of btrfs_io_bio

2017-04-17 Thread Liu Bo
All dio endio functions are using io_bio for struct btrfs_io_bio, this makes btrfs_submit_direct to follow this convention. Signed-off-by: Liu Bo --- fs/btrfs/inode.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git