Merge pull request #36091 from kolyshkin/mount
pkg/mount improvements Upstream-commit: 53982e3fc1642f2605189cea48bc6de7b9318611 Component: engine
This commit is contained in:
@@ -260,7 +260,7 @@ func (s *DockerDaemonSuite) TestPluginVolumeRemoveOnRestart(c *check.C) {
|
||||
}
|
||||
|
||||
func existsMountpointWithPrefix(mountpointPrefix string) (bool, error) {
|
||||
mounts, err := mount.GetMounts()
|
||||
mounts, err := mount.GetMounts(nil)
|
||||
if err != nil {
|
||||
return false, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user