]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Use wait_on_allocator() when allocating journal
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 24 Jun 2025 21:53:00 +0000 (17:53 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 24 Jun 2025 22:16:01 +0000 (18:16 -0400)
commitf5109c201cf2bc304a05ecc40c2aabb119b27833
tree85d0fcb4adf03d3db4b69c6fa2ae5ca4cc04617f
parent865ad1dbf13244b349e3da2731c1188476ad17b8
bcachefs: Use wait_on_allocator() when allocating journal

wait_on_allocator() emits debug info when we hang trying to allocate.

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