]> www.infradead.org Git - users/hch/block.git/commit
block: move the io_stat flag setting to queue_limits
authorChristoph Hellwig <hch@lst.de>
Sat, 8 Jun 2024 07:04:14 +0000 (09:04 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 17 Jun 2024 06:03:17 +0000 (08:03 +0200)
commit6d91234c45ed5b0dfdda2d6831164b637e108ada
treef21fee244bdcfe4619ad8b5aa0d1e3dbce61d4de
parentf4e2ba7ed15496eee6f5b6b56af958fea7995ff9
block: move the io_stat flag setting to queue_limits

Move the io_stat flag into the queue_limits feature field so that it can
be set atomically with the queue frozen.

Simplify md and dm to set the flag unconditionally instead of avoiding
setting a simple flag for cases where it already is set by other means,
which is a bit pointless.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-mq-debugfs.c
block/blk-mq.c
block/blk-sysfs.c
drivers/md/dm-table.c
drivers/md/dm.c
drivers/md/md.c
drivers/nvme/host/multipath.c
include/linux/blkdev.h