diff options
author | Bart Van Assche | 2022-07-14 11:06:29 -0700 |
---|---|---|
committer | Jens Axboe | 2022-07-14 12:14:30 -0600 |
commit | 86947df3a9236481276e8baadde50a403b02b4d4 (patch) | |
tree | 316062f33b3eb20ead934f147c5ac865a4355d57 /samples | |
parent | 77e7ffd7ad3952909be6a9c599b7d164c8866fec (diff) |
block: Change the type of the last .rw_page() argument
All .rw_page() callers pass an enum req_op value as last argument. Make
this explicit by changing the type of the last argument into enum req_op.
See also commit 3f289dcb4b26 ("block: make bdev_ops->rw_page() take a
REQ_OP instead of bool").
Cc: Tejun Heo <tj@kernel.org>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Damien Le Moal <damien.lemoal@wdc.com>
Cc: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-4-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions