]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a5a37d1828d362bc95cb4634282491b4ea325ea
treea4055ef0ff77fcd6ec0b69541072fe98c4cb965e
parentd4b7198c826c2623452ec881d49138c5c732e01c
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