Skip to content

Commit ea8c1ae

Browse files
committed
undo mutex change
Signed-off-by: Olga Shestopalova <[email protected]>
1 parent a13e9f6 commit ea8c1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/volume/flexvolume/probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
)
3434

3535
type flexVolumeProber struct {
36-
mutex sync.RWMutex
36+
mutex sync.Mutex
3737
pluginDir string // Flexvolume driver directory
3838
runner exec.Interface // Interface to use for execing flex calls
3939
watcher utilfs.FSWatcher

0 commit comments

Comments
 (0)