In message <[EMAIL PROTECTED]>,"Douglas E. Engert" writes: >I too have been working on a similiar patch today which appears to >fix this problem. "ls" still shows the entry, but now "ls -l" does not. >Before it showed ./badmp: nodev
right. ls just reads the directory entries but ls -l will stat each entry and discover that the bad mount point says it doesnt exist (ENOENT). based on the code i have seen so far, the only safe thing to return is ENOENT. >Why did you change the afs_AccessOK to READ. that's an old bug from an old tree. >This really apears to be a Solaris bug, as Solaris 9 did not have a problem. i believe solaris9 still had the userspace getcwd which wasnt so particular. the new version certainly seems broken. an ESTALE in an nfs directory in the path should see the same problem. seems strange. _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
