vfs: introduce clone_private_mount()
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:36 +0000 (00:14 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:36 +0000 (00:14 +0200)
commitc771d683a62e5d36bc46036f5c07f4f5bb7dda61
treebd1909f5b62a62d4cc2d88ea659a5d222d81f66f
parentbd5d08569cc379f8366663a61558a9ce17c2e460
vfs: introduce clone_private_mount()

Overlayfs needs a private clone of the mount, so create a function for
this and export to modules.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/namespace.c
include/linux/mount.h