]> www.infradead.org Git - users/hch/misc.git/commit
block: remove the write_hint field from struct request
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2024 07:43:23 +0000 (08:43 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2024 15:51:30 +0000 (16:51 +0100)
commitc69834ce62deda17042a82b3d22ca80f1563920b
tree96dc2e071bfcb4e3c80c647f8ec72405652fb3ee
parent51b3526f50cf5526b73d06bd44a0f5e3f936fb01
block: remove the write_hint field from struct request

The write_hint is only used for read/write requests, which must have a
bio attached to them.  Just use the bio field instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-merge.c
block/blk-mq.c
drivers/scsi/sd.c
include/linux/blk-mq.h