undo mutex change

Signed-off-by: Olga Shestopalova <oshestopalova1@gmail.com>
This commit is contained in:
Olga Shestopalova 2024-10-04 10:35:31 -04:00
parent a13e9f6457
commit ea8c1ae9bb
No known key found for this signature in database

View File

@ -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