cvs commit: src/sys/kern vfs_lock.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat May 12 21:35:48 PDT 2007
dillon 2007/05/12 21:34:47 PDT
DragonFly src repository
Modified files:
sys/kern vfs_lock.c
Log:
Ooops, cache_inval_vp_nonblock() was being called too late, after the
vgone() call instead of before. Change the semantics to call it beforehand,
document that no new namecache associations can be made once a vnode is marked
for reclamation, and assert that no new namecache associations have been
made later on when the reclaimed vnode is reused.
Revision Changes Path
1.27 +23 -22 src/sys/kern/vfs_lock.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_lock.c.diff?r1=1.26&r2=1.27&f=u
More information about the Commits
mailing list