summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
diff options
context:
space:
mode:
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>2020-01-07 13:58:17 -0800
committerJens Axboe <axboe@kernel.dk>2020-01-09 07:59:12 -0700
commit8e42d239cb027143915cae13eb2ecf1360ee24de (patch)
treee20bfca5f7cbb9215c814540210d1602d2c440aa /block/bfq-iosched.c
parent105663f73e71b5e79ecf472c0499c9acde654b28 (diff)
downloadlinux-stable-8e42d239cb027143915cae13eb2ecf1360ee24de.tar.gz
linux-stable-8e42d239cb027143915cae13eb2ecf1360ee24de.tar.bz2
linux-stable-8e42d239cb027143915cae13eb2ecf1360ee24de.zip
block: mark zone-mgmt bios with REQ_SYNC
In the current implementation, final zone-mgmt request is issued with submit_bio_wait() which marks the bio REQ_SYNC. This is needed since immediate action is expected for zone-mgmt requests as these are blocking operations. This also bypasses the scheduler in the blk_mq_make_request() and dispatches the request directly into the hw ctx. This patch marks all the chained bios REQ_SYNC so that we can have above-mentioned behavior for non-final bios also. Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Bob Liu <bob.liu@oracle.com> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bfq-iosched.c')
0 files changed, 0 insertions, 0 deletions