public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* cleanup btrfs_add_compressed_bio_pages
@ 2023-03-14 16:51 Christoph Hellwig
  2023-03-14 16:51 ` [PATCH 1/2] btrfs: move the bi_sector assingment out of btrfs_add_compressed_bio_pages Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Christoph Hellwig @ 2023-03-14 16:51 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba; +Cc: linux-btrfs

Hi all,

when I factored out btrfs_add_compressed_bio_pages from the two duplicate
copies a while ago I left the code very much as it was then except for
splitting out the helper.  But this helper is very convoluted for what
it does, so this tiny series cleans it up a bit.

Diffstat:
 compression.c |   45 ++++++++++++---------------------------------
 1 file changed, 12 insertions(+), 33 deletions(-)

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

end of thread, other threads:[~2023-03-16 15:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 16:51 cleanup btrfs_add_compressed_bio_pages Christoph Hellwig
2023-03-14 16:51 ` [PATCH 1/2] btrfs: move the bi_sector assingment out of btrfs_add_compressed_bio_pages Christoph Hellwig
2023-03-16  8:59   ` Anand Jain
2023-03-14 16:51 ` [PATCH 2/2] btrfs: btrfs_add_compressed_bio_pages Christoph Hellwig
2023-03-16  8:57   ` Anand Jain
2023-03-16 15:13     ` Christoph Hellwig
2023-03-15 18:45 ` cleanup btrfs_add_compressed_bio_pages David Sterba

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