commit | b98d023a24496bf7d538c549e5426b1173c6f55d | [log] [tgz] |
---|---|---|
author | Maxim Patlasov <mpatlasov@parallels.com> | Fri Oct 26 19:50:15 2012 +0400 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Thu Jan 24 16:21:27 2013 +0100 |
tree | c465a190fe9997021c09367b22bca5915bd99b25 | |
parent | d28574e043e8b7cb35482de6e9a553118a32803d [diff] |
fuse: pass iov[] to fuse_get_user_pages() The patch makes preliminary work for the next patch optimizing scatter-gather direct IO. The idea is to allow fuse_get_user_pages() to pack as many iov-s to each fuse request as possible. So, here we only rework all related call-paths to carry iov[] from fuse_direct_IO() to fuse_get_user_pages(). Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>