aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_versionscript
diff options
context:
space:
mode:
authorGravatar John Muir <john@jmuir.com>2011-12-06 21:56:34 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2011-12-07 12:23:58 +0100
commit5a44747054926c2683a28392869c4f8603f5e70a (patch)
tree04deb769cd2b48926abd77f8b617fa8680c45bc6 /lib/fuse_versionscript
parent4b2157c44e6ad7e692fcffb7450143e83151d36b (diff)
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 <john@jmuir.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
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 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:
*;