aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-29 07:59:03 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-29 08:12:57 -0800
commit940a1f9f331d971562d6140bf5da58a9f5620376 (patch)
treeed734aa1eb36568372141d02ef03b304de478531 /include
parentcac5660f2b5cb551c9c4282b55df0d8376deec47 (diff)
Improve documentation of `fuse_file_info.keep_cache`
Diffstat (limited to 'include')
-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 3da27c1..27d3819 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -45,8 +45,9 @@ struct fuse_file_info {
/** Can be filled in by open, to use direct I/O on this file. */
unsigned int direct_io : 1;
- /** Can be filled in by open, to indicate, that cached file data
- need not be invalidated. */
+ /** Can be filled in by open, to indicate that currently
+ cached file data (that the filesystem provided the last
+ time the file was open) need not be invalidated. */
unsigned int keep_cache : 1;
/** Indicates a flush operation. Set in flush operation, also