]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: unify tree search helper returning prev and next nodes
authorDavid Sterba <dsterba@suse.com>
Thu, 25 Jun 2020 17:03:41 +0000 (19:03 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:36 +0000 (17:45 +0200)
commit504cc179f2409ba9cdfe91cb106a90dcf970aae1
tree7e5ac20fca93f42171c4916531c908279f590d02
parent484f70e22089f74fda4fe602a0788aa2d11eea22
btrfs: unify tree search helper returning prev and next nodes

Simplify helper to return only next and prev pointers, we don't need all
the node/parent/prev/next pointers of __etree_search as there are now
other specialized helpers. Rename parameters so they follow the naming.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c