From: sandeen@sandeen.net Date: Wed, 26 Nov 2008 03:20:07 +0000 (-0600) Subject: [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h X-Git-Tag: v2.6.29-rc1~552^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffae263a640b736a7206a0d7bd14ab44eb58cd28;p=pandora-kernel.git [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h This makes the c file less cluttered and a bit more readable. Consistently name the ioctl number macros with "_32" and the compatibility stuctures with "_compat." Rename the helpers which simply copy in the arg with "_copyin" for easy identification. Finally, for a few of the existing helpers, modify them so that they directly call the native ioctl helper after userspace argument fixup. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed