]> Git Repo - linux.git/commit
bcachefs: Etyzinger cleanups
authorKent Overstreet <[email protected]>
Fri, 22 Mar 2024 23:26:33 +0000 (19:26 -0400)
committerKent Overstreet <[email protected]>
Wed, 3 Apr 2024 18:44:18 +0000 (14:44 -0400)
commitca1e02f7e9a1352b3f7b04de821ae74c9e07df74
tree80ecba5d4b1baa651bbe15676cfe199ff80264e8
parentbdbf953b3c9036e284e28c9484dda5c81b2a45fa
bcachefs: Etyzinger cleanups

Pull out eytzinger.c and kill eytzinger_cmp_fn. We now provide
eytzinger0_sort and eytzinger0_sort_r, which use the standard cmp_func_t
and cmp_r_func_t callbacks.

Signed-off-by: Kent Overstreet <[email protected]>
fs/bcachefs/Makefile
fs/bcachefs/eytzinger.c [new file with mode: 0644]
fs/bcachefs/eytzinger.h
fs/bcachefs/journal_seq_blacklist.c
fs/bcachefs/replicas.c
fs/bcachefs/util.c
fs/bcachefs/util.h
This page took 0.06361 seconds and 4 git commands to generate.