In message <[EMAIL PROTECTED]>,Adam Megacz writes: >If so, perhaps I can check what OS is running, use some hardwired >syscall value if OS==Linux, and use the fork()-and-fcntl(F_SETLK) to >look for (local) enforcement of byte-range locks if OS!=Linux.
why the special tests for linux? do this for all systems. this is a much better test than filesystem type. you are testing for the feature you need. _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
