DragonFly commits List (threaded) for 2007-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern vfs_nlookup.c
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]