aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_versionscript
diff options
context:
space:
mode:
authorLuis Henriques <luis@igalia.com>2025-05-22 15:15:15 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-06-18 13:47:11 +0200
commit5ceb0b05cb48e6cfa2c81160df9f1212623e86eb (patch)
tree58a2b212155964cb1dd705eed9cddd5674185130 /lib/fuse_versionscript
parent3793b1748ad151c8043dee1db198fffa3dbb5a67 (diff)
downloadlibfuse-5ceb0b05cb48e6cfa2c81160df9f1212623e86eb.tar.gz
fuse: add support to FUSE_NOTIFY_INC_EPOCH
This patch adds support for the FUSE INC_EPOCH notify. This new operation simply increments the FUSE connection epoch value, allowing to invalidate all the dentries next time they are revalidated. Signed-off-by: Luis Henriques <luis@igalia.com>
Diffstat (limited to 'lib/fuse_versionscript')
-rw-r--r--lib/fuse_versionscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
index ab57d7c..2d8884d 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -208,6 +208,7 @@ FUSE_3.18 {
fuse_set_feature_flag;
fuse_unset_feature_flag;
fuse_get_feature_flag;
+ fuse_lowlevel_notify_increment_epoch;
# Not part of public API, for internal test use only
fuse_convert_to_conn_want_ext;