btrfs: cleanup types storing REQ_*
Unify types of local variables and parameters that store various REQ_* values to unsigned int. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
@@ -8019,7 +8019,7 @@ static int dio_read_error(struct inode *inode, struct bio *failed_bio,
|
||||
struct extent_io_tree *failure_tree = &BTRFS_I(inode)->io_failure_tree;
|
||||
struct bio *bio;
|
||||
int isector;
|
||||
int read_mode = 0;
|
||||
unsigned int read_mode = 0;
|
||||
int segs;
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user