bcachefs; Use trans_unlock_long() when waiting on allocator
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 11 Jul 2024 20:14:11 +0000 (16:14 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 12 Jul 2024 00:10:55 +0000 (20:10 -0400)
commitf0f3e5114871330faf3248e92ceaa4f18602e941
treed92919707458a8106fe00cd184c3037573621f4c
parentaacd897d4d75adaae3becc2b00d8cdc9a56928d1
bcachefs; Use trans_unlock_long() when waiting on allocator

not using unlock_long() blocks key cache reclaim, and the allocator may
take awhile

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