OpenAFS CVS Commit: openafs/src/afs/VNOPS by kolya
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Thu, 25 Mar 2004 17:52:21 EST
Update of /cvs/openafs/src/afs/VNOPS
In directory GRAND.CENTRAL.ORG:/data/tmp/kolya/openafs/src/afs/VNOPS
Modified Files:
afs_vnop_remove.c
Log Message:
DELTA remove-vnop-dont-unmount-fix-20040325
AUTHOR kolya@mit.edu
Make remove-vnop-denies-unlink-on-mtpt-20040325 more likely to work,
and don't forget to afs_PutFakeStat() while we're at it. After we
call afs_EvalFakeStat(), there's no way that mvstat can be 1 -- either
the object wasn't a mountpoint and it'll be mvstat 0, or EvalFakeStat
will evaluate it and it'll be mvstat 2.
--- DELTA config follows ---
remove-vnop-dont-unmount-fix-20040325 openafs/src/afs/VNOPS/afs_vnop_remove.c 1.26 1.27