From: Eric Sandeen Date: Thu, 6 Aug 2009 22:07:37 +0000 (-0700) Subject: compat_ioctl: hook up compat handler for FIEMAP ioctl X-Git-Tag: v2.6.27.30~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac3664242f11fb38ea5029712bc77ee317fe38c;p=pandora-kernel.git compat_ioctl: hook up compat handler for FIEMAP ioctl commit 69130c7cf96ea853dc5be599dd6a4b98907d39cc upstream. The FIEMAP_IOC_FIEMAP mapping ioctl was missing a 32-bit compat handler, which means that 32-bit suerspace on 64-bit kernels cannot use this ioctl command. The structure is nicely aligned, padded, and sized, so it is just this simple. Tested w/ 32-bit ioctl tester (from Josef) on a 64-bit kernel on ext4. Signed-off-by: Eric Sandeen Cc: Cc: Mark Lord Cc: Arnd Bergmann Cc: Josef Bacik Cc: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed