Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* add a bio_list_merge_init helper
@ 2024-03-28  8:41 Christoph Hellwig
  2024-03-28  8:41 ` [PATCH 1/4] block: " Christoph Hellwig
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Christoph Hellwig @ 2024-03-28  8:41 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Tejun Heo, Josef Bacik, Mike Snitzer, Mikulas Patocka,
	Matthew Sakai, Chris Mason, David Sterba, dm-devel, cgroups,
	linux-block, linux-btrfs

Hi Jens,

the bio_list API is missing a helper that reinitializes the list
spliced onto another one.  Add one to simplify the code similar
to what the normal list.h can do.

Diffstat:
 block/blk-cgroup.c            |    3 +--
 drivers/md/dm-bio-prison-v2.c |    3 +--
 drivers/md/dm-cache-target.c  |   12 ++++--------
 drivers/md/dm-clone-target.c  |   14 +++++---------
 drivers/md/dm-era-target.c    |    3 +--
 drivers/md/dm-mpath.c         |    3 +--
 drivers/md/dm-thin.c          |   12 +++---------
 drivers/md/dm-vdo/data-vio.c  |    3 +--
 drivers/md/dm-vdo/flush.c     |    3 +--
 fs/btrfs/raid56.c             |    3 +--
 include/linux/bio.h           |    7 +++++++
 11 files changed, 26 insertions(+), 40 deletions(-)

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

end of thread, other threads:[~2024-03-29 18:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-28  8:41 add a bio_list_merge_init helper Christoph Hellwig
2024-03-28  8:41 ` [PATCH 1/4] block: " Christoph Hellwig
2024-03-28 18:29   ` Matthew Sakai
2024-03-28  8:41 ` [PATCH 2/4] blk-cgroup: use bio_list_merge_init Christoph Hellwig
2024-03-28  8:41 ` [PATCH 3/4] dm: " Christoph Hellwig
2024-03-29 14:01   ` Mike Snitzer
2024-03-28  8:41 ` [PATCH 4/4] btrfs " Christoph Hellwig
2024-03-28 19:16   ` David Sterba
2024-03-28  9:00 ` add a bio_list_merge_init helper Damien Le Moal
2024-03-28 12:21 ` Johannes Thumshirn
2024-03-29 18:32 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox