mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-01 21:57:10 +00:00
We can't block on a lock while holding the transaction open because that'd stop lock downconversion from syncing to write out items while it is converting from EX. Add a warning if we try to acquire a blocking lock while holding a transaction. Signed-off-by: Zach Brown <zab@versity.com>