aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-01 11:58:51 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-01 11:58:51 +0000
commite77cc07e755c1e360455e707653f705d0bd25622 (patch)
tree4aa51ed10ce87556f71d1bc3591f7b0a33d701be /include/fuse_common.h
parentcac547059462a58ec26159cdc408f5828cfe40e5 (diff)
fix
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 */