linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] btrfs: some cleanups around read_block_for_search()
@ 2024-10-16 14:20 fdmanana
  2024-10-16 14:20 ` [PATCH 1/4] btrfs: remove redundant level argument from read_block_for_search() fdmanana
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: fdmanana @ 2024-10-16 14:20 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

A set of cleanups around read_block_for_search() and btrfs_verify_level_key(),
mostly simplify arguments and remove redundant arguments and variables.

Filipe Manana (4):
  btrfs: remove redundant level argument from read_block_for_search()
  btrfs: simplify arguments for btrfs_verify_level_key()
  btrfs: remove redundant initialization from btrfs_readahead_tree_block()
  btrfs: remove local generation variable from read_block_for_search()

 fs/btrfs/ctree.c        | 29 ++++++++++++-----------------
 fs/btrfs/extent_io.c    |  1 -
 fs/btrfs/tree-checker.c | 16 ++++++++--------
 fs/btrfs/tree-checker.h |  4 ++--
 4 files changed, 22 insertions(+), 28 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-10-16 16:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 14:20 [PATCH 0/4] btrfs: some cleanups around read_block_for_search() fdmanana
2024-10-16 14:20 ` [PATCH 1/4] btrfs: remove redundant level argument from read_block_for_search() fdmanana
2024-10-16 14:20 ` [PATCH 2/4] btrfs: simplify arguments for btrfs_verify_level_key() fdmanana
2024-10-16 14:20 ` [PATCH 3/4] btrfs: remove redundant initialization from btrfs_readahead_tree_block() fdmanana
2024-10-16 15:49   ` David Sterba
2024-10-16 16:41     ` Filipe Manana
2024-10-16 14:20 ` [PATCH 4/4] btrfs: remove local generation variable from read_block_for_search() fdmanana
2024-10-16 16:00 ` [PATCH 0/4] btrfs: some cleanups around read_block_for_search() David Sterba

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