From 89f2bae00c1b87580f432f9a719ba8998493e6df Mon Sep 17 00:00:00 2001 From: Sławek Rudnicki Date: Mon, 7 Aug 2017 12:41:33 +0200 Subject: 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. --- lib/fuse_versionscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fuse_versionscript') 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: -- cgit v1.2.3