diff options
author | Bart Van Assche <bvanassche@acm.org> | 2022-10-25 12:17:53 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-10-25 13:41:12 -0600 |
commit | b179c98f76978a0fae072c2b2dad8e143218afd8 (patch) | |
tree | 88fb1e76623c38e91224f89b69b76b2fde050797 | |
parent | a55b70f1273a54b33482db8b2568da435fefd6c2 (diff) |
block: Remove request.write_hint
Commit c75e707fe1aa ("block: remove the per-bio/request write hint")
removed all code that uses the struct request write_hint member. Hence
also remove 'write_hint' itself.
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20221025191755.1711437-2-bvanassche@acm.org
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | include/linux/blk-mq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index ba18e9bdb799..569053ed959d 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h @@ -140,7 +140,6 @@ struct request { struct blk_crypto_keyslot *crypt_keyslot; #endif - unsigned short write_hint; unsigned short ioprio; enum mq_rq_state state; |