]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't touch journal_buf->data->seq in journal_res_get
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 23 Jan 2025 18:06:35 +0000 (13:06 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:13 +0000 (21:02 -0400)
commit2e853fdbc74411643b00a14ee75ca234675a9bf2
tree31b731b33297325b4fba850d446bda1c810bd3dd
parent199a3578edec89069f1e07cf92135c8fce50e706
bcachefs: Don't touch journal_buf->data->seq in journal_res_get

This is a small optimization, reducing the number of cachelines we touch
in the fast path - and it's also necessary for the next patch that
increases JOURNAL_BUF_NR.

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