From: Maxim Patlasov Date: Fri, 26 Oct 2012 15:50:15 +0000 (+0400) Subject: fuse: pass iov[] to fuse_get_user_pages() X-Git-Tag: v3.9-rc1~135^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98d023a24496bf7d538c549e5426b1173c6f55d;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed