bcachefs: force str_hash code to be inlined
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 20 Feb 2019 19:18:44 +0000 (14:18 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:16 +0000 (17:08 -0400)
commit3c5fa33a55ac2a1539c89635c07eee9fc3823bac
tree70a897fa396624c0c30755601ee499266b9af379
parentd16b4a77a5c64fca52ff637c22668b679b47ef22
bcachefs: force str_hash code to be inlined

the btree trans iterator stuff relies on a dirty horrible hack that uses
a short backtrace to generate tokens, and gcc uninlining these functions
breaks that hack. ugh.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/str_hash.h