cvs commit: src/sys/vfs/nullfs
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 28 14:33:38 PDT 2004
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 at 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
More information about the Commits
mailing list