commit | c1aa96a52e9594fb16296c0d76c2066773d62933 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Jan 16 22:14:46 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 23:15:31 2006 -0800 |
tree | a4fce3fa93710d66f536a8333be97fb629429eed | |
parent | 361b1eb55ea84181505c7f0674ca1205da1127ab [diff] |
[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 <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>