nfs-workarounds.h revision 89b548af722113acb5d63dfffb44423cb60f91e4
89b548af722113acb5d63dfffb44423cb60f91e4Timo Sirainen/* When syscall fails with ESTALE error, how many times to try reopening the
89b548af722113acb5d63dfffb44423cb60f91e4Timo Sirainen file and retrying the operation. */
89b548af722113acb5d63dfffb44423cb60f91e4Timo Sirainen/* open() with some NFS workarounds */
89b548af722113acb5d63dfffb44423cb60f91e4Timo Sirainenint nfs_safe_open(const char *path, int flags);