Skip to content

Commit

Permalink
block: Remove request.write_hint
Browse files Browse the repository at this point in the history
Commit c75e707 ("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>
  • Loading branch information
bvanassche authored and axboe committed Oct 25, 2022
1 parent a55b70f commit b179c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/blk-mq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b179c98

Please sign in to comment.