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_lock.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]