From: Maxim Patlasov Date: Fri, 26 Oct 2012 15:49:13 +0000 (+0400) Subject: fuse: rework fuse_do_ioctl() X-Git-Tag: v3.9-rc1~135^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b966702dafe396b6f4e609f222b8e0fdb4d7a4;p=pandora-kernel.git fuse: rework fuse_do_ioctl() fuse_do_ioctl() already calculates the number of pages it's going to use. It is stored in 'num_pages' variable. So the patch simply uses it for allocating fuse_req. Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed