[OpenAFS] kernel 2.4.19 problem

Srikanth Vishwanathan vsrikanth@in.ibm.com
Thu, 17 Oct 2002 20:20:20 -0400


> kernel 2.4.19 openafs works well, only in /afs I get a "stale nfs file
> handle". I tried the same with openafs 1.2.7 and kernel 2.4.19 - no
change.

I belive this has been fixed by the following code change in
afs_linux_dentry_revalidate:

    /* If it is the AFS root, then there's no chance it needs
       revalidating */
    if (vcp == afs_globalVp) {
        bad_dentry = 0;
        goto done;
    }