Re: [PATCH] Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants

2015-07-27 Thread David Sterba
On Mon, Jul 27, 2015 at 03:26:43PM +0530, Chandan Rajendra wrote: btrfs_submit_bio_hook() uses integer constants instead of values from enum btrfs_wq_endio_type. Fix this. Signed-off-by: Chandan Rajendra chan...@linux.vnet.ibm.com Reviewed-by: David Sterba dste...@suse.com -- To unsubscribe

[PATCH] Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants

2015-07-27 Thread Chandan Rajendra
btrfs_submit_bio_hook() uses integer constants instead of values from enum btrfs_wq_endio_type. Fix this. Signed-off-by: Chandan Rajendra chan...@linux.vnet.ibm.com --- fs/btrfs/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c