cvs commit: src/sys/kern kern_fp.c vfs_syscalls.c vfs_vnops.c src/sys/sys vnode.h

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 18 10:43:57 PDT 2006


dillon      2006/09/18 10:42:28 PDT

DragonFly src repository

  Modified files:
    sys/kern             kern_fp.c vfs_syscalls.c vfs_vnops.c 
    sys/sys              vnode.h 
  Log:
  Disallow writes to filesystems mounted read-only via NULLFS.  In this case
  the ncp->nc_mount in the namecache must be checked since the vnode's
  mount point is the actual filesystem and not the NULLFS mount.
  
  Reported-by: Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/kern/kern_fp.c
  1.103     +5 -4      src/sys/kern/vfs_syscalls.c
  1.47      +32 -5     src/sys/kern/vfs_vnops.c
  1.69      +1 -1      src/sys/sys/vnode.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_fp.c.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.102&r2=1.103&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vnops.c.diff?r1=1.46&r2=1.47&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/vnode.h.diff?r1=1.68&r2=1.69&f=u





More information about the Commits mailing list