remove-vnop-dont-umount-fix-entirely-20040405

circumstantially it doesn't work. /afs/andrew.cmu.edu/usr/shadow/tempdata is a
file and mvstat is 2, so I get EISDIR.

so i'll remove this for now and fix it after the next release.
This commit is contained in:
Derrick Brashear 2004-04-05 07:26:17 +00:00
parent 3e45fd8591
commit b32ac50073

View File

@ -280,6 +280,7 @@ OSI_VC_DECL(adp);
return code;
}
#if 0
if (adp->mvstat == 2) {
afs_PutFakeStat(&fakestate);
#ifdef AFS_OSF_ENV
@ -288,6 +289,7 @@ OSI_VC_DECL(adp);
#endif
return EISDIR;
}
#endif
if (strlen(aname) > AFSNAMEMAX) {
afs_PutFakeStat(&fakestate);