From: Miklos Szeredi Date: Thu, 18 Oct 2007 10:07:03 +0000 (-0700) Subject: fuse: add helper for asynchronous writes X-Git-Tag: v2.6.24-rc1~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25e82e5673c750116e8b01a4fc7d09be7809f8c;p=pandora-kernel.git fuse: add helper for asynchronous writes This patch adds a new helper function fuse_write_fill() which makes it possible to send WRITE requests asynchronously. A new flag for WRITE requests is also added which indicates that this a write from the page cache, and not a "normal" file write. This patch is in preparation for writable mmap support. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed