From: Christoph Hellwig Date: Wed, 3 Dec 2008 12:55:34 +0000 (-0500) Subject: [XFS] fix compile on 32 bit systems X-Git-Tag: v2.6.29-rc1~552^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddcd856d81861a523d79d077facd875da1f66792;p=pandora-kernel.git [XFS] fix compile on 32 bit systems The recent compat patches make xfs_file.c include xfs_ioctl32.h unconditional, which breaks the build on 32 bit systems which don't have the various compat defintions. Remove the include and move the defintion of xfs_file_compat_ioctl to xfs_ioctl.h so that we can avoid including all the compat defintions in xfs_file.c Signed-off-by: Christoph Hellwig Tested-by: Kamalesh Babulal Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed