nfs-workarounds.h revision c32823063d8050bd4c9b300e267f3eacf34d018d
#ifndef __NFS_WORKAROUNDS_H
#define __NFS_WORKAROUNDS_H
/* Note that some systems (Solaris) may use a macro to redefine struct stat */
/* When syscall fails with ESTALE error, how many times to try reopening the
file and retrying the operation. */
#define NFS_ESTALE_RETRY_COUNT 10
/* open() with some NFS workarounds */
/* stat() with some NFS workarounds */
#endif