]> 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)
commit7cfa92d5f8b74deb1312df4f9247c1fb6735018d
treea4055ef0ff77fcd6ec0b69541072fe98c4cb965e
parent186f6599ed5cde61c9827a5391f6e95cc77b81bf
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