mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
undo mutex change
Signed-off-by: Olga Shestopalova <oshestopalova1@gmail.com>
This commit is contained in:
parent
a13e9f6457
commit
ea8c1ae9bb
@ -33,7 +33,7 @@ import (
|
||||
)
|
||||
|
||||
type flexVolumeProber struct {
|
||||
mutex sync.RWMutex
|
||||
mutex sync.Mutex
|
||||
pluginDir string // Flexvolume driver directory
|
||||
runner exec.Interface // Interface to use for execing flex calls
|
||||
watcher utilfs.FSWatcher
|
||||
|
Loading…
Reference in New Issue
Block a user