From: Matthew Wilcox Date: Sat, 19 Mar 2011 18:55:38 +0000 (-0400) Subject: NVMe: Add compat_ioctl X-Git-Tag: v3.3-rc1~16^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4948168280b269a514045766ddd872cfac5968e1;p=pandora-kernel.git NVMe: Add compat_ioctl Make ioctls work for 32-bit applications on 64-bit kernels. The structures are defined to be the same for both 32- and 64-bit applications, so we can use the same handler for both. Reported-by: Arnd Bergmann Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed