mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
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:
parent
3e45fd8591
commit
b32ac50073
@ -280,6 +280,7 @@ OSI_VC_DECL(adp);
|
|||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (adp->mvstat == 2) {
|
if (adp->mvstat == 2) {
|
||||||
afs_PutFakeStat(&fakestate);
|
afs_PutFakeStat(&fakestate);
|
||||||
#ifdef AFS_OSF_ENV
|
#ifdef AFS_OSF_ENV
|
||||||
@ -288,6 +289,7 @@ OSI_VC_DECL(adp);
|
|||||||
#endif
|
#endif
|
||||||
return EISDIR;
|
return EISDIR;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (strlen(aname) > AFSNAMEMAX) {
|
if (strlen(aname) > AFSNAMEMAX) {
|
||||||
afs_PutFakeStat(&fakestate);
|
afs_PutFakeStat(&fakestate);
|
||||||
|
Loading…
Reference in New Issue
Block a user