From: Miklos Szeredi Date: Tue, 17 Jan 2006 06:14:46 +0000 (-0800) Subject: [PATCH] fuse: use asynchronous READ requests for readpages X-Git-Tag: v2.6.16-rc1~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1aa96a52e9594fb16296c0d76c2066773d62933;p=pandora-kernel.git [PATCH] fuse: use asynchronous READ requests for readpages This patch changes fuse_readpages() to send READ requests asynchronously. This makes it possible for userspace filesystems to utilize the kernel readahead logic instead of having to implement their own (resulting in double caching). Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed