mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation error
This commit is contained in:
parent
b3513d3167
commit
a7faefd4ce
|
@ -88,9 +88,9 @@ func (t *Topology) Vacuum(garbageThreshold string) int {
|
|||
volumeLayout := vl.(*VolumeLayout)
|
||||
for vid, locationlist := range volumeLayout.vid2location {
|
||||
|
||||
vl.accessLock.RLock()
|
||||
volumeLayout.accessLock.RLock()
|
||||
isReadOnly, hasValue := volumeLayout.readonlyVolumes[vid]
|
||||
vl.accessLock.RUnlock()
|
||||
volumeLayout.accessLock.RUnlock()
|
||||
|
||||
if hasValue && isReadOnly {
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue