cvs commit: src/sys/kern vfs_nlookup.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 8 22:13:07 PDT 2007
dillon 2007/05/08 22:12:46 PDT
DragonFly src repository
Modified files:
sys/kern vfs_nlookup.c
Log:
Fix a bug where multiple mounts on the same mount point cause the
machine to lockup when the mount is access. The wrong namecache handle
was being used to traverse "..", causing an endless loop when more then one
iteration was required to chain up the mount points.
Reported-by: Thomas Nikolajsen <thomas.nikolajsen at mail.dk>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue583>
Revision Changes Path
1.22 +1 -1 src/sys/kern/vfs_nlookup.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_nlookup.c.diff?r1=1.21&r2=1.22&f=u
More information about the Commits
mailing list