cvs commit: src/sys/kern vfs_cache.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jun 25 10:38:17 PDT 2004
dillon 2004/06/25 10:37:19 PDT
DragonFly src repository
Modified files:
sys/kern vfs_cache.c
Log:
Remove a vn == vp case that was breaking out of the namecache lookup loop
in vn_fullpath(). This can cause a NULL pointer dereferencing panic. This
is believed to be pre-namecache legacy code that is no longer required.
Revision Changes Path
1.24 +0 -2 src/sys/kern/vfs_cache.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.23&r2=1.24&f=u
More information about the Commits
mailing list