diff options
author | Christoph Hellwig <hch@lst.de> | 2017-11-05 10:36:31 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-11-10 19:53:25 -0700 |
commit | f00c4d80ffdac9e3a64947ebd57489f3232d5a74 (patch) | |
tree | 1af98eb6b73480a69a2ff951dd7d8b68604aeaa3 /include/linux/blkdev.h | |
parent | d004a5e7d4dd6335ce6e2044af42f5e0fbebb51d (diff) | |
download | linux-stable-f00c4d80ffdac9e3a64947ebd57489f3232d5a74.tar.gz linux-stable-f00c4d80ffdac9e3a64947ebd57489f3232d5a74.tar.bz2 linux-stable-f00c4d80ffdac9e3a64947ebd57489f3232d5a74.zip |
block: pass full fmode_t to blk_verify_command
Use the obvious calling convention.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 225617dd0a3f..1437ef4d8037 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1360,7 +1360,7 @@ static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, gfp_mask, 0); } -extern int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm); +extern int blk_verify_command(unsigned char *cmd, fmode_t mode); enum blk_default_limits { BLK_MAX_SEGMENTS = 128, |