mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation
This commit is contained in:
parent
0414b68a4f
commit
322af1fc04
|
@ -61,7 +61,7 @@ func (lt *LockTable[T]) AcquireLock(intention string, key T, lockType LockType)
|
|||
}
|
||||
lt.mu.Unlock()
|
||||
|
||||
lock = lt.NewActiveLock(intention)
|
||||
lock = lt.NewActiveLock(intention, lockType)
|
||||
|
||||
// If the lock is held exclusively, wait
|
||||
entry.mu.Lock()
|
||||
|
|
Loading…
Reference in a new issue