aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_versionscript
diff options
context:
space:
mode:
authorGravatar SÅ‚awek Rudnicki <slawek.rudnicki@editshare.com>2017-08-07 12:41:33 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 14:20:37 +0200
commit89f2bae00c1b87580f432f9a719ba8998493e6df (patch)
tree896d41f64caeef13a4c35f5a6333348067f5dfae /lib/fuse_versionscript
parent4eed36910fa73cfe3fe62530850d427e6841e14f (diff)
Allow inode cache invalidation in high-level API
We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine.
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 5fa3264..e1eba6b 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -136,6 +136,7 @@ FUSE_3.1 {
global:
fuse_lib_help;
fuse_new_30;
+ fuse_invalidate_path;
} FUSE_3.0;
# Local Variables: