1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/mount
Justin Cormack 3a1ab5b479 In the case of remounting with changed data, need to call mount
The case where we are trying to do a remount with changed filesystem specific options was missing,
we need to call `mount` as well here to change those options.

See #33844 for where we need this, as we change `tmpfs` options.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-07-13 15:48:58 +01:00
..
flags.go
flags_freebsd.go
flags_linux.go
flags_unsupported.go
mount.go
mount_unix_test.go
mounter_freebsd.go
mounter_linux.go In the case of remounting with changed data, need to call mount 2017-07-13 15:48:58 +01:00
mounter_linux_test.go In the case of remounting with changed data, need to call mount 2017-07-13 15:48:58 +01:00
mounter_solaris.go
mounter_unsupported.go
mountinfo.go
mountinfo_freebsd.go
mountinfo_linux.go
mountinfo_linux_test.go
mountinfo_solaris.go
mountinfo_unsupported.go
mountinfo_windows.go
sharedsubtree_linux.go
sharedsubtree_linux_test.go
sharedsubtree_solaris.go