From: Miklos Szeredi Date: Tue, 7 Dec 2010 19:16:56 +0000 (+0100) Subject: fuse: fix ioctl ABI X-Git-Tag: v2.6.38-rc1~448^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1baa26b2be92fe9917e2f7ef46d423b5dfa4da71;p=pandora-kernel.git fuse: fix ioctl ABI In kernel ABI version 7.16 and later FUSE_IOCTL_RETRY reply from a unrestricted IOCTL request shall return with an array of 'struct fuse_ioctl_iovec' instead of 'struct iovec'. This fixes the ABI ambiguity of 32bit vs. 64bit. Reported-by: "ccmail111" Signed-off-by: Miklos Szeredi CC: Tejun Heo --- Reading git-diff-tree failed