cvs commit: src/sys/kern vfs_syscalls.c src/sys/sys mount.h src/sys/emulation/linux/i386/linprocfs linprocfs_vfsops.c src/sys/vfs/procfs procfs_vfsops.c src/lib/libc/sys mount.2

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 3 10:08:38 PDT 2007


dillon      2007/09/03 10:06:24 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
    sys/sys              mount.h 
    sys/emulation/linux/i386/linprocfs linprocfs_vfsops.c 
    sys/vfs/procfs       procfs_vfsops.c 
    lib/libc/sys         mount.2 
  Log:
  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 at gmail.com>
  
  Revision  Changes    Path
  1.120     +9 -4      src/sys/kern/vfs_syscalls.c
  1.31      +3 -0      src/sys/sys/mount.h
  1.15      +1 -0      src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c
  1.17      +1 -0      src/sys/vfs/procfs/procfs_vfsops.c
  1.5       +4 -1      src/lib/libc/sys/mount.2


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.119&r2=1.120&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mount.h.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/procfs/procfs_vfsops.c.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/sys/mount.2.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list