From e77cc07e755c1e360455e707653f705d0bd25622 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 1 Aug 2005 11:58:51 +0000 Subject: fix --- include/fuse_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/fuse_common.h') 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 */ -- cgit v1.2.3