]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Add eytzinger0_find self test
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 1 Feb 2025 12:55:46 +0000 (13:55 +0100)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:14 +0000 (21:02 -0400)
commit956032edd25d971da2820754242eaa7a925a8215
tree661066ae2ea0b9060e36468327674c602afdbb3f
parent63ce189b00c37a6fd0297d45ddede5442adb0a28
bcachefs: Add eytzinger0_find self test

Function eytzinger0_find() isn't currently covered, so add a self test.

We can rely on eytzinger0_find_le() here because it is being
tested independently.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/util.c