2022-02-23 06:42:51

by Christoph Hellwig

[permalink] [raw]
Subject: simple file system cleanups for the new bio_alloc calling conventions

Hi all,

this fixes up the remaining fairly trivial file system bio alloctions to
directly pass the bdev to bio_alloc. f2fs and btrfs will need more work and
will be handled separately.

This is against Jens' for-5.18/block branch. It would probably make sense to
also merge it through that.

Diffstat:
ext4/page-io.c | 7 +++----
mpage.c | 50 +++++++++++++++++++++-----------------------------
nilfs2/segbuf.c | 20 +++++++++-----------
3 files changed, 33 insertions(+), 44 deletions(-)


2022-02-26 18:43:19

by Jens Axboe

[permalink] [raw]
Subject: Re: simple file system cleanups for the new bio_alloc calling conventions

On Tue, 22 Feb 2022 16:46:31 +0100, Christoph Hellwig wrote:
> this fixes up the remaining fairly trivial file system bio alloctions to
> directly pass the bdev to bio_alloc. f2fs and btrfs will need more work and
> will be handled separately.
>
> This is against Jens' for-5.18/block branch. It would probably make sense to
> also merge it through that.
>
> [...]

Applied, thanks!

[1/3] mpage: pass the operation to bio_alloc
commit: 8020990b8e1be0b4e325371ccb45a427acbabf9e
[2/3] ext4: pass the operation to bio_alloc
commit: 6a9856721a18208a50c826ed84b3665c4851dfe8
[3/3] nilfs2: pass the operation to bio_alloc
commit: 91f6bd2d4d0aa91abf11b5780221d776f30cbac1

Best regards,
--
Jens Axboe