From 5a44747054926c2683a28392869c4f8603f5e70a Mon Sep 17 00:00:00 2001 From: John Muir Date: Tue, 6 Dec 2011 21:56:34 +0100 Subject: libfuse: Notifying the kernel of deletion. libfuse part to allow a FUSE file-system to tell the kernel when a file or directory is deleted. If the specified dentry has the specified inode number, the kernel will unhash it. Signed-off-by: John Muir Signed-off-by: Miklos Szeredi --- 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 1ee1c9d..95bc7d9 100644 --- a/lib/fuse_versionscript +++ b/lib/fuse_versionscript @@ -195,6 +195,7 @@ FUSE_2.9 { fuse_stop_cleanup_thread; fuse_clean_cache; fuse_reply_mmap; + fuse_lowlevel_notify_delete; local: *; -- cgit v1.2.3