moby--moby/pkg/mount
Kir Kolyshkin 9f03b73dbd
pkg/mount/Make*: optimize
The only option we supply is either BIND or a mount propagation flag,
so it makes sense to specify the flag value directly, rather than using
parseOptions() every time.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit ec248fe61d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-26 23:52:10 +02:00
..
flags.go
flags_freebsd.go
flags_linux.go
flags_unsupported.go
mount.go
mount_unix_test.go
mounter_freebsd.go
mounter_linux.go
mounter_linux_test.go
mounter_unsupported.go
mountinfo.go
mountinfo_freebsd.go
mountinfo_linux.go
mountinfo_linux_test.go
mountinfo_unsupported.go
mountinfo_windows.go
sharedsubtree_linux.go pkg/mount/Make*: optimize 2019-09-26 23:52:10 +02:00
sharedsubtree_linux_test.go
unmount_unix.go
unmount_unsupported.go