Merge pull request #36091 from kolyshkin/mount

pkg/mount improvements
Upstream-commit: 53982e3fc1642f2605189cea48bc6de7b9318611
Component: engine
This commit is contained in:
Vincent Demeester
2018-04-21 11:03:54 +02:00
committed by GitHub
15 changed files with 304 additions and 227 deletions
@@ -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
}