Hi Linus, Two followup changes for the bdev-size series from this merge window: - Add loff_t cast to bdev_nr_bytes() (Christoph) - Use bdev_nr_bytes() consistently for the block parts at least (me) Please pull! The following changes since commit 97eeb5fc14cc4b2091df8b841a07a1ac69f2d762: partitions/ibm: use bdev_nr_sectors instead of open coding it (2021-10-19 06:17:33 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.16/bdev-size-2021-11-09 for you to fetch changes up to 138c1a38113d989416df57e9f8973c10c9e1fa04: block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter() (2021-11-05 08:32:05 -0600) ---------------------------------------------------------------- for-5.16/bdev-size-2021-11-09 ---------------------------------------------------------------- Christoph Hellwig (1): block: add a loff_t cast to bdev_nr_bytes Jens Axboe (1): block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter() block/fops.c | 4 ++-- include/linux/genhd.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- Jens Axboe