[XFS updates] XFS development tree branch, master, updated. v2.6.28-rc3-1083-gddcd856
xfs at oss.sgi.com
xfs at oss.sgi.com
Wed Dec 3 20:07:47 CST 2008
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, master has been updated
ddcd856 [XFS] fix compile on 32 bit systems
from e5d412f17846b0aea9e5250926f994ab2e4e1006 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ddcd856d81861a523d79d077facd875da1f66792
Author: Christoph Hellwig <hch at infradead.org>
Date: Wed Dec 3 07:55:34 2008 -0500
[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 <hch at lst.de>
Tested-by: Kamalesh Babulal <kamalesh at linux.vnet.ibm.com>
Signed-off-by: Lachlan McIlroy <lachlan at sgi.com>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/linux-2.6/xfs_file.c | 2 +-
fs/xfs/linux-2.6/xfs_ioctl.h | 12 ++++++++++++
fs/xfs/linux-2.6/xfs_ioctl32.h | 3 ---
3 files changed, 13 insertions(+), 4 deletions(-)
hooks/post-receive
--
XFS development tree
More information about the xfs
mailing list