Add a MNTK_ flag to the mount structure allowing a VFS to specify that
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Sep 2007 17:06:24 +0000 (17:06 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Sep 2007 17:06:24 +0000 (17:06 +0000)
commit5dc9176570647522ac0b2cc2e6589656a497f869
tree525a967ef6d81f10b8455bb5d6293a9053738725
parentf1481abeebfd964446fcc0eaee943dabdeffa62e
Add a MNTK_ flag to the mount structure allowing a VFS to specify that
no submounts under the VFS are to be allowed.  Adjust procfs and linprocfs
to use the feature.

Submitted-by: "Nicolas Thery" <nthery@gmail.com>
lib/libc/sys/mount.2
sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c
sys/kern/vfs_syscalls.c
sys/sys/mount.h
sys/vfs/procfs/procfs_vfsops.c