Skip to content
Commit abf54548 authored by Mike Christie's avatar Mike Christie Committed by Jens Axboe
Browse files

mm/block: convert rw_page users to bio op use



The rw_page users were not converted to use bio/req ops. As a result
bdev_write_page is not passing down REQ_OP_WRITE and the IOs will
be sent down as reads.

Signed-off-by: default avatarMike Christie <mchristi@redhat.com>
Fixes: 4e1b2d52

 ("block, fs, drivers: remove REQ_OP compat defs and related code")

Modified by me to:

1) Drop op_flags passing into ->rw_page(), as we don't use it.
2) Make op_is_write() and friends safe to use for !CONFIG_BLOCK

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent c1c87c2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment