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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 6bb14f3..8bacec5 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -406,8 +406,9 @@ struct fuse_conn_info {
*
* To prevent this problem, this variable can be used to inform the
* kernel about the timestamp granularity supported by the file-system.
- * The value should be power of 10. A zero (default) value is
- * equivalent to 1000000000 (1sec).
+ * The value should be power of 10. The default is 1, i.e. full
+ * nano-second resolution. Filesystems supporting only second resolution
+ * should set this to 1000000000.
*/
unsigned time_gran;