bcachefs: Don't block journal when finishing check_allocations()
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 29 May 2024 21:54:46 +0000 (17:54 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:14 +0000 (19:00 -0400)
commit86d46471d52bf33e8652b220741d3223338d1724
tree39a5adae2da31fa22db339b9571257b1726e9b36
parent5645c32ccf3197ee900dd0c0fbf66a40ad39f79f
bcachefs: Don't block journal when finishing check_allocations()

Blocking the journal was needed to finish checking old style accounting,
but that code is gone and it's not needed in the alloc rewrite,
mark_lock is sufficient for synchronization.

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