cvs commit: src/sys/nfsclient nfs_vnops.c

Ian Dowse iedowse at FreeBSD.org
Thu Jun 12 08:41:22 PDT 2003


iedowse     2003/06/12 08:41:20 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vnops.c 
  Log:
  When removing a sillyrename file, make sure that the directory vnode
  has not been cleaned in the meantime, since this can happen during
  a forced unmount. Also add a comment that nfs_removeit() should
  really be locking the directory vnode before calling nfs_removerpc().
  
  Reported by:    mbr
  Tested by:      mbr
  MFC after:      1 week
  
  Revision  Changes    Path
  1.206     +6 -0      src/sys/nfsclient/nfs_vnops.c


More information about the cvs-src mailing list