commit | 19a614d2e4beed7faf52ab95cb48ce38a3c38c04 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Mon Jan 30 20:58:43 2023 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:49 2023 -0400 |
tree | 2b2a71e8adaae57def4d6cd93f3628cd8fbc8573 | |
parent | adf6360b5d6071ea268fa6f5f03befba4909ffaa [diff] |
bcachefs: Better inlining for bch2_alloc_to_v4_mut This separates out the slowpath into a separate function, and inlines bch2_alloc_v4_mut into bch2_trans_start_alloc_update(), the main place it's called. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>