DragonFly BSD
DragonFly commits List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/nullfs


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 28 Aug 2004 14:32:28 -0700 (PDT)

dillon      2004/08/28 14:32:28 PDT

DragonFly src repository

  Modified files:
    sys/vfs/nullfs       null_subr.c null_vnops.c 
  Log:
  Fix handling of the recycling of vnodes from a failed hash collision.
  
  Fix a hash table scan that was causing the root mount point to collide
  when the same source directory is null-mounted multiple times.
  
  Reported-by: esmith <esmith@xxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.14      +2 -1      src/sys/vfs/nullfs/null_subr.c
  1.15      +18 -5     src/sys/vfs/nullfs/null_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nullfs/null_subr.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nullfs/null_vnops.c.diff?r1=1.14&r2=1.15&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]