On Wed, 27 Dec 2023 09:23:01 +0000, Christoph Hellwig wrote: > this series removes a few abuses of BLK_DEF_MAX_SECTORS and then renames > and documents that constant to make it's use clear. > > Diffstat: > block/blk-settings.c | 2 +- > block/blk-sysfs.c | 2 +- > drivers/block/aoe/aoeblk.c | 3 ++- > drivers/block/loop.c | 3 ++- > drivers/block/null_blk/main.c | 12 ++---------- > drivers/scsi/sd.c | 2 +- > include/linux/blkdev.h | 9 ++++++++- > 7 files changed, 17 insertions(+), 16 deletions(-) > > [...] Applied, thanks! [1/4] null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS commit: 9a9525de865410047fa962867b4fcd33943b206f [2/4] aoe: don't abuse BLK_DEF_MAX_SECTORS commit: 3888b2ee6262616dbcbf902bc171963fe345da87 [3/4] loop: don't abuse BLK_DEF_MAX_SECTORS commit: 3d77976c3a8586ab1fb6845e2061588b7d04934f [4/4] block: rename and document BLK_DEF_MAX_SECTORS commit: d6b9f4e6f7fb589d8024a31cc4883d15d0c8def4 Best regards, -- Jens Axboe