]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Reduce stack usage in data_update_index_update()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 16:50:22 +0000 (12:50 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 19:13:17 +0000 (15:13 -0400)
commitd385ca5603a3af3c5cc85d16e42e6063a257ea55
tree5b0c183707730e4bb2f86314c839242bcefd5b32
parent7d886a82bf9cb2b3b0e591a915c89c4696598149
bcachefs: Reduce stack usage in data_update_index_update()

Separate tracepoint message generation and other slowpath code into
non-inline functions, and use bch2_trans_log_str() instead of using a
printbuf for our journal message.

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