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. --- example/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'example/.gitignore') diff --git a/example/.gitignore b/example/.gitignore index c5d2cdb..d59f16e 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -11,5 +11,6 @@ /cuse_client /passthrough_ll /notify_inval_inode +/notify_inval_inode_fh /notify_store_retrieve /notify_inval_entry -- cgit v1.2.3