1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/volume/local
Kir Kolyshkin ac39a95ea6 volume/local: call umount unconditionally
There is no need to parse mount table and iterate through the list of
mounts, and then call Unmount() which again parses the mount table and
iterates through the list of mounts.

It is totally OK to call Unmount() unconditionally.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-04-19 14:49:54 -07:00
..
local.go volume/local: call umount unconditionally 2018-04-19 14:49:54 -07:00
local_test.go pkg/mount: implement/use filter for mountinfo parsing 2018-04-19 14:48:09 -07:00
local_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
local_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00