linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* simple file system cleanups for the new bio_alloc calling conventions
@ 2022-02-22 15:46 Christoph Hellwig
  2022-02-22 15:46 ` [PATCH 1/3] mpage: pass the operation to bio_alloc Christoph Hellwig
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Christoph Hellwig @ 2022-02-22 15:46 UTC (permalink / raw)
  To: Jens Axboe, Theodore Ts'o, Ryusuke Konishi
  Cc: Andrew Morton, linux-block, linux-ext4, linux-fsdevel,
	linux-nilfs

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-26 14:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 15:46 simple file system cleanups for the new bio_alloc calling conventions Christoph Hellwig
2022-02-22 15:46 ` [PATCH 1/3] mpage: pass the operation to bio_alloc Christoph Hellwig
2022-02-22 15:46 ` [PATCH 2/3] ext4: " Christoph Hellwig
2022-02-25 22:07   ` Theodore Ts'o
2022-02-22 15:46 ` [PATCH 3/3] nilfs2: " Christoph Hellwig
2022-02-23 15:25   ` Ryusuke Konishi
2022-02-26 14:18 ` simple file system cleanups for the new bio_alloc calling conventions Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).