bcachefs: remove unnecessary btree_insert_key_leaf() wrapper
authorBrian Foster <bfoster@redhat.com>
Wed, 19 Jul 2023 12:53:03 +0000 (08:53 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:08 +0000 (17:10 -0400)
commita2437bba0561e94abe2f9254297b25ca13c92c23
treee9e3c98defdf465f54a8f550e9f8589c7ba0d8cd
parent2110f21ec0a294360f2a510ff33d38605af45d88
bcachefs: remove unnecessary btree_insert_key_leaf() wrapper

This is in preparation to support prejournaled keys. We want the
ability to optionally pass a seq stored in the btree update rather
than the seq of the committing transaction.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_update_leaf.c