Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants
authorChandan Rajendra <chandan@linux.vnet.ibm.com>
Mon, 27 Jul 2015 09:56:43 +0000 (15:26 +0530)
committerDavid Sterba <dsterba@suse.com>
Wed, 21 Oct 2015 16:28:47 +0000 (18:28 +0200)
commit0d51e28a11ad428ac8545a3ec8724395fa1c71a7
treea4055ef0ff77fcd6ec0b69541072fe98c4cb965e
parent25cb62b76430a91cc6195f902e61c2cb84ade622
Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants

btrfs_submit_bio_hook() uses integer constants instead of values from "enum
btrfs_wq_endio_type". Fix this.

Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c