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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 636dddc..3f6133d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-07 Miklos Szeredi + + * Add fuse_lowlevel_notify_delete() which tells the kernel that a + file or directory is deleted. Patch by John Muir + 2011-12-06 Miklos Szeredi * Add mmap() and munmap() methods to low level API. Currently -- cgit v1.2.3