block: rename REQ_HIPRI to REQ_POLLED
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Oct 2021 11:12:21 +0000 (13:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:36 +0000 (06:17 -0600)
commit6ce913fe3eee14f40f778e85999c9e599dda8c6b
tree9e49e5eff35e1d0272a92d31460613b0b306aec3
parentd729cf9acb9311956c8a37113dcfa0160a2d9665
block: rename REQ_HIPRI to REQ_POLLED

Unlike the RWF_HIPRI userspace ABI which is intentionally kept vague,
the bio flag is specific to the polling implementation, so rename and
document it properly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tested-by: Mark Wunderlich <mark.wunderlich@intel.com>
Link: https://lore.kernel.org/r/20211012111226.760968-12-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/blk-merge.c
block/blk-mq-debugfs.c
block/blk-mq.c
block/blk-mq.h
block/blk.h
drivers/nvme/host/core.c
drivers/scsi/scsi_debug.c
include/linux/bio.h
include/linux/blk_types.h
mm/page_io.c