]> www.infradead.org Git - users/jedix/linux-maple.git/commit
blk-mq: unconditional nr_integrity_segments
authorKeith Busch <kbusch@kernel.org>
Fri, 13 Sep 2024 18:28:46 +0000 (11:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 13 Sep 2024 18:31:45 +0000 (12:31 -0600)
commit2b018086143d638de8d67ae5be6e8c1afb413193
treed36ac6fb2078ae1a7d1a5281c44a3a67e83f8ad1
parentd4d7c03f7ee1d7f16b7b6e885b1e00968f72b93c
blk-mq: unconditional nr_integrity_segments

Always defining the field will make using it easier and less error prone
in future patches.

There shouldn't be any downside to this: the field fits in what would
otherwise be a 2-byte hole, so we're not saving space by conditionally
leaving it out.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Link: https://lore.kernel.org/r/20240913182854.2445457-2-kbusch@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
include/linux/blk-mq.h