]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fuse: pass iov[] to fuse_get_user_pages()
authorMaxim Patlasov <mpatlasov@parallels.com>
Fri, 26 Oct 2012 15:50:15 +0000 (19:50 +0400)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 6 Nov 2012 12:09:37 +0000 (13:09 +0100)
commit68ebf586a29fc35c77666c23cafc7926ec1b80ff
treef6b0d4e3e02b3f170cea59fd293fcb3f45c92f42
parent5415bd8afeae417246ab943b34e960c40777fe36
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>
fs/fuse/file.c