diff options
author | Christoph Hellwig <hch@lst.de> | 2023-06-08 14:02:49 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-06-12 17:04:04 +0300 |
commit | 7d9d7d59d44b7e9236d168472aa222b6543fae25 (patch) | |
tree | a870f375c7e0e31cb0069a498cb396cc4ab5377b /include/linux/mtd | |
parent | 1991299e49fa58c3ba7e91599932f84bf537d592 (diff) | |
download | linux-7d9d7d59d44b7e9236d168472aa222b6543fae25.tar.xz |
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Instead of passing a fmode_t and only checking it fo0r FMODE_WRITE, pass
a bool open_for_write to prepare for callers that won't have the fmode_t.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Christian Brauner <brauner@kernel.org>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20230608110258.189493-22-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/mtd')
0 files changed, 0 insertions, 0 deletions