From: Nikolaus Rath Date: Tue, 29 Nov 2016 15:59:03 +0000 (-0800) Subject: Improve documentation of `fuse_file_info.keep_cache` X-Git-Tag: fuse-3.0.0rc3~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=940a1f9f331d971562d6140bf5da58a9f5620376;p=qemu-gpiodev%2Flibfuse.git Improve documentation of `fuse_file_info.keep_cache` --- 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