mbox series

[GIT,PULL] bdev-size followup

Message ID 0b1a05ef-c234-5839-6a73-0e5bf7634526@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] bdev-size followup | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/for-5.16/bdev-size-2021-11-09

Message

Jens Axboe Nov. 9, 2021, 5:06 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 9, 2021, 7:31 p.m. UTC | #1
The pull request you sent on Tue, 9 Nov 2021 10:06:40 -0700:

> git://git.kernel.dk/linux-block.git tags/for-5.16/bdev-size-2021-11-09

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1dc1f92e24d6a5479ae8ceea3e2fac69f8d9dab7

Thank you!