]> 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)
commit59c5dc3c868d0bdd9f795e579f4f20e2d23d9263
tree7e5ac20fca93f42171c4916531c908279f590d02
parent69f25f21185c5951c9ed0f8b0ece8da95308525c
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