]> git.hungrycats.org Git - bees/commit
context: when a task fails to acquire an extent lock, don't go ahead and scan the...
authorZygo Blaxell <bees@furryterror.org>
Tue, 19 Nov 2024 20:17:41 +0000 (15:17 -0500)
committerZygo Blaxell <bees@furryterror.org>
Sun, 1 Dec 2024 04:30:33 +0000 (23:30 -0500)
commitabe2afaeb283c4de23322f08f294a6aabb2a8e00
treefb2e2124bd0db78b66692f4fd8ab46f111a80258
parent792fdbbb135f2d2fc8be8e41890ff759cb1bb735
context: when a task fails to acquire an extent lock, don't go ahead and scan the extent anyway

Commit c3b664fea54cfd8ac25411cbdb9536e4f24b008e ("context: don't forget
to retry locked extents") removed the critical return that prevents a
Task from processing an extent that is locked.

Put the return back.

Fixes: c3b664fea54cfd8ac25411cbdb9536e4f24b008e ("context: don't forget to retry locked extents")
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-context.cc