Add support for FOPEN_NOFLUSH flag
authorAmir Goldstein <amir73il@gmail.com>
Sun, 24 Oct 2021 11:01:23 +0000 (14:01 +0300)
committerAmir Goldstein <amir73il@gmail.com>
Mon, 3 Jan 2022 12:55:34 +0000 (14:55 +0200)
commit1b498ac9b341e086562f54cc49bf035e19a94e1d
tree51745ff21733bd4a3dc3328df272f57404b60f4b
parent48ae2e72b39b6a31cb2194f6f11786b7ca06aac6
Add support for FOPEN_NOFLUSH flag

Allow requesting from kernel to avoid flush on close at file open
time.  If kernel does not support FOPEN_NOFLUSH flag, the request
will be ignored.

For passthrough_hp example, request to avoid flush on close when
writeback cache is disabled and file is opened O_RDONLY.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
ChangeLog.rst
example/passthrough_hp.cc
include/fuse_common.h
include/fuse_kernel.h
lib/fuse_lowlevel.c