mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
undo mutex change
Signed-off-by: Olga Shestopalova <oshestopalova1@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user