From 940a1f9f331d971562d6140bf5da58a9f5620376 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 29 Nov 2016 07:59:03 -0800 Subject: Improve documentation of `fuse_file_info.keep_cache` --- include/fuse_common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3