nfs-workarounds.h revision 89b548af722113acb5d63dfffb44423cb60f91e4
#ifndef __NFS_WORKAROUNDS_H
#define __NFS_WORKAROUNDS_H
/* 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 */
#endif