cvs commit: src/sys/sys src/sys/kern src/sys/vfs/nfs

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Sep 4 16:13:28 PDT 2004


dillon      2004/09/04 16:12:55 PDT

DragonFly src repository

  Modified files:
    sys/sys              vnode.h 
    sys/kern             vfs_subr.c 
    sys/vfs/nfs          nfs_node.c 
  Log:
  Fix a bug in sillyrename handling in nfs_inactive().  The code was improperly
  ignoring the lock state of the passed vp and recursing nfs_inactive() by
  calling vrele() from within nfs_inactive().  Since NFS uses real vnode
  locking now, this resulted in a panic.
  
  KDE startup problems reported by:  Emiel Kollof <coolvibe at xxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.22      +1 -0      src/sys/sys/vnode.h
  1.39      +29 -2     src/sys/kern/vfs_subr.c
  1.14      +10 -11    src/sys/vfs/nfs/nfs_node.c


http://www.dragonflybsd.org/cvsweb/src/sys/sys/vnode.h.diff?r1=1.21&r2=1.22&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_node.c.diff?r1=1.13&r2=1.14&f=u





More information about the Commits mailing list