On Tue, 12 Nov 2024 18:00:37 +0100, Christoph Hellwig wrote: > this series removes two fields from struct request that just duplicate > information in the bios. As-is it doesn't actually shrink the structure > size but instead just creates a 4 byte hole, but that will probably > become useful sooner or later. > > Diffstat: > block/blk-merge.c | 26 ++++++++++++++------------ > block/blk-mq.c | 5 +---- > drivers/scsi/sd.c | 6 +++--- > include/linux/blk-mq.h | 8 +++----- > include/trace/events/block.h | 6 +++--- > 5 files changed, 24 insertions(+), 27 deletions(-) > > [...] Applied, thanks! [1/2] block: remove the write_hint field from struct request commit: 61952bb73486fff0f5550bccdf4062d9dd0fb163 [2/2] block: remove the ioprio field from struct request commit: 6975c1a486a40446b5bc77a89d9c520f8296fd08 Best regards, -- Jens Axboe