cvs commit: src/sys/vfs/nfs nfs_vfsops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 3 17:51:21 PDT 2007


dillon      2007/09/03 17:48:19 PDT

DragonFly src repository

  Modified files:
    sys/vfs/nfs          nfs_vfsops.c 
  Log:
  Force an over-the-wire transaction when resolving the root of an NFS mount
  point.  The namecache will cache the mount point for us so this should not
  reduce performance.   We need to know that the mount point is good or
  things like the namecache resolver could end up looping forever trying to
  resolve a stale NFS mount.
  
  Reported-by: elekktretterr at exemail.com.au (Petr)
  
  Revision  Changes    Path
  1.51      +16 -3     src/sys/vfs/nfs/nfs_vfsops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_vfsops.c.diff?r1=1.50&r2=1.51&f=u





More information about the Commits mailing list