Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* btrfs_map_block tidyups
@ 2023-06-27  6:13 Christoph Hellwig
  2023-06-27  6:13 ` [PATCH 1/2] btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Christoph Hellwig @ 2023-06-27  6:13 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba; +Cc: linux-btrfs

Hi all,

Dan reported a static type checker complained about the num_mirror_ret
output argument in btrfs_map_block, so the first patch cleans that up.
The second one simplifies a conditional right next to it.

Diffstat:
 volumes.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2023-06-29 16:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27  6:13 btrfs_map_block tidyups Christoph Hellwig
2023-06-27  6:13 ` [PATCH 1/2] btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block Christoph Hellwig
2023-06-27  6:23   ` Qu Wenruo
2023-06-27  7:41   ` Johannes Thumshirn
2023-06-27  6:13 ` [PATCH 2/2] btrfs: simplify the no-bioc fast path condition " Christoph Hellwig
2023-06-27  6:26   ` Qu Wenruo
2023-06-27  7:41   ` Johannes Thumshirn
2023-06-29 16:28 ` btrfs_map_block tidyups David Sterba

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