bcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=n
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 7 Nov 2020 17:43:48 +0000 (12:43 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:46 +0000 (17:08 -0400)
commitb3d1e6cab2dfcdfef5fc35659a8f33a75ae5904e
treebe4835a40f1900215e26f7bc63efeeeb7ca702c4
parent811d2bcd85a82642c2cd328f6734b5c8c35e57de
bcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=n

this function is only used by debug code, but we'd like to always build
it so we know that it does build.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_iter.c