cvs commit: src/sys/kern vfs_syscalls.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jan 27 11:47:29 PST 2005


dillon      2005/01/27 11:46:49 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Mount points use a special empty namecache entry to transition from one
  filesystem to another.  It is possible for a stale entry to remain intact
  from a prior mount so be sure the new entry is set to an unresolved state
  so it is properly re-resolved on later access.
  
  Revision  Changes    Path
  1.54      +1 -0      src/sys/kern/vfs_syscalls.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.53&r2=1.54&f=u





More information about the Commits mailing list