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 <[EMAIL PROTECTED]>
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