aboutsummaryrefslogtreecommitdiffstats
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, 4 insertions, 0 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index b78e977..2110946 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -28,6 +28,10 @@ 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 */
+ unsigned int keep_cache : 1;
};
/** Structure containing a raw command */