From: Miklos Szeredi Date: Thu, 7 Dec 2006 04:35:52 +0000 (-0800) Subject: [PATCH] fuse: add DESTROY operation X-Git-Tag: v2.6.20-rc1~145^2^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec7ca41f6f0f74a394a7d686bc0ee8afef84887;p=pandora-kernel.git [PATCH] fuse: add DESTROY operation Add a DESTROY operation for block device based filesystems. With the help of this operation, such a filesystem can flush dirty data to the device synchronously before the umount returns. This is needed in situations where the filesystem is assumed to be clean immediately after unmount (e.g. ejecting removable media). Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed