All of lore.kernel.org
 help / color / mirror / Atom feed
* cleanup btrfs_lookup_bio_sums
@ 2023-02-21 20:56 Christoph Hellwig
  2023-02-21 20:56 ` [PATCH 1/2] btrfs: remove search_file_offset_in_bio Christoph Hellwig
  2023-02-21 20:56 ` [PATCH 2/2] btrfs: cleanup btrfs_lookup_bio_sums Christoph Hellwig
  0 siblings, 2 replies; 9+ messages in thread
From: Christoph Hellwig @ 2023-02-21 20:56 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba; +Cc: linux-btrfs

Hi all,

this series takes advantage of the file_offset now provided in each btrfs_bio
to clean up btrfs_lookup_bio_sums.

Diffstat:
 file-item.c |   81 ++++++++----------------------------------------------------
 1 file changed, 11 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* cleanup btrfs_lookup_bio_sums v2
@ 2023-02-22 17:07 Christoph Hellwig
  2023-02-22 17:07 ` [PATCH 2/2] btrfs: cleanup btrfs_lookup_bio_sums Christoph Hellwig
  0 siblings, 1 reply; 9+ messages in thread
From: Christoph Hellwig @ 2023-02-22 17:07 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba; +Cc: linux-btrfs

Hi all,

this series takes advantage of the file_offset now provided in each btrfs_bio
to clean up btrfs_lookup_bio_sums.

Changs since v1:
 - keep the count variable signed
 - remove the search_len variable

Diffstat:
 file-item.c |   82 ++++++++----------------------------------------------------
 1 file changed, 11 insertions(+), 71 deletions(-)

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

end of thread, other threads:[~2023-02-23 11:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 20:56 cleanup btrfs_lookup_bio_sums Christoph Hellwig
2023-02-21 20:56 ` [PATCH 1/2] btrfs: remove search_file_offset_in_bio Christoph Hellwig
2023-02-22 11:50   ` Johannes Thumshirn
2023-02-22 13:33   ` Anand Jain
2023-02-21 20:56 ` [PATCH 2/2] btrfs: cleanup btrfs_lookup_bio_sums Christoph Hellwig
2023-02-22 11:57   ` Johannes Thumshirn
2023-02-22 13:52     ` Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 17:07 cleanup btrfs_lookup_bio_sums v2 Christoph Hellwig
2023-02-22 17:07 ` [PATCH 2/2] btrfs: cleanup btrfs_lookup_bio_sums Christoph Hellwig
2023-02-23 11:57   ` Johannes Thumshirn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.