aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>2021-06-09 18:32:48 -0700
committerChristoph Hellwig <hch@lst.de>2021-06-17 15:51:20 +0200
commitc28a61471c5898e832c6e8634b2659249761b833 (patch)
treed4cf1a5dc7a2157d2fdb246e342feb88c156b4ba /drivers/nvme
parentnvmet: remove local variable (diff)
downloadlinux-dev-c28a61471c5898e832c6e8634b2659249761b833.tar.xz
linux-dev-c28a61471c5898e832c6e8634b2659249761b833.zip
block: export blk_next_bio()
The block layer provides emulation of zone management operations targeting all zones of a zoned block device only for the zone reset operation (REQ_OP_ZONE_RESET). In order to correctly implement exporting of zoned block devices with NVMeOF, emulating zone management operations targeting all zones of a device is also necessary for the open, close and finish zone operations (REQ_OP_ZONE_OPEN, REQ_OP_ZONE_CLOSE and REQ_OP_ZONE_FINISH). Instead of duplicating the code, export the existing helper from block layer so we can use a bio chaining pattern that is present in the block layer for REQ_OP_ZONE RESET all emulation in the NVMeOF zoned block device backend. Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
0 files changed, 0 insertions, 0 deletions