aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index bb73d9f..6bb14f3 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -189,8 +189,8 @@ struct fuse_file_info {
* cached file *contents* will be invalidated as well.
*
* This flag should always be set when available. If all file changes
- * go through the kernel, *attr_timeout* should be set to zero to
- * avoid unneccessary getattr() calls.
+ * go through the kernel, *attr_timeout* should be set to a very large
+ * number to avoid unneccessary getattr() calls.
*
* This feature is enabled by default when supported by the kernel.
*/