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

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Sep 3 10:57:48 PDT 2005


dillon      2005/09/03 10:56:24 PDT

DragonFly src repository

  Modified files:
    sys/vfs/nfs          nfs_vfsops.c 
  Log:
  Add a missing crit_exit(), fixing a panic.  Attempt to continue with the
  mount even if we cannot add the default routeo (since the NFS server might
  be on the LAN).  Print out useful information on the console such as the
  interface chosen and the mount point.
  
  Reported-by: Scott Ullrich <geekgod at xxxxxxxxxxx>  (critical section panic)
  
  Revision  Changes    Path
  1.29      +12 -3     src/sys/vfs/nfs/nfs_vfsops.c


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





More information about the Commits mailing list