So, there is code in src/afs/LINUX/osi_vnodeops.c that maps EEXISTS to ENOTDIR, claiming that Linux likes to get ENOTDIR for non-empty directories. Yet I actually get directory not empty (ENOTEMPTY) from a directory when I do this on a local filesystem. What's the deal? Is there actually a Linux system that wants NOTDIR? This seems kind of stupid. Can I submit a patch to map to ENOTEMPTY instead of ENOTDIR? _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo.cgi/openafs-devel
