cvs commit: src/sys/kern vfs_subr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jan 27 15:57:58 PST 2004
dillon 2004/01/27 15:56:48 PST
DragonFly src repository
Modified files:
sys/kern vfs_subr.c
Log:
Try to work-around a DFly-specific crash that can occur in ufs_ihashget()
if the underlying vnode is being reclaimed at the same time. Bump the
vnodes ref count to interlock against vget's VXLOCK test.
Revision Changes Path
1.24 +12 -8 src/sys/kern/vfs_subr.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.23&r2=1.24&f=h
More information about the Commits
mailing list