cvs commit: src/sys/kern

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Nov 30 11:00:43 PST 2004


dillon      2004/11/30 10:59:52 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  Fix a bug in ESTALE handling for NFS.  If we get ESTALE in vn_open() we
  want to retry the operation, but if we cannot re-resolve the namespace
  (i.e. the file is really gone) we were incorrectly calling vput(vp) where
  vp might have been NULL.
  
  Reported-by: David Rhodus <sdrhodus at xxxxxxxxx>
  
  Revision  Changes    Path
  1.28      +2 -1      src/sys/kern/vfs_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vnops.c.diff?r1=1.27&r2=1.28&f=u





More information about the Commits mailing list