Commit 4f2063ff authored by Nathan Scott's avatar Nathan Scott Committed by Nathan Scott

[XFS] Fix compiler warnings on IA64 builds in ioctl compat code.

SGI Modid: xfs-linux:xfs-kern:177850a
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 3d5cc46e
...@@ -45,8 +45,7 @@ ...@@ -45,8 +45,7 @@
#if defined(CONFIG_IA64) || defined(CONFIG_X86_64) #if defined(CONFIG_IA64) || defined(CONFIG_X86_64)
#define BROKEN_X86_ALIGNMENT #define BROKEN_X86_ALIGNMENT
#endif #else
typedef struct xfs_fsop_bulkreq32 { typedef struct xfs_fsop_bulkreq32 {
compat_uptr_t lastip; /* last inode # pointer */ compat_uptr_t lastip; /* last inode # pointer */
...@@ -77,6 +76,7 @@ xfs_ioctl32_bulkstat( ...@@ -77,6 +76,7 @@ xfs_ioctl32_bulkstat(
return sys_ioctl(fd, cmd, (unsigned long)p); return sys_ioctl(fd, cmd, (unsigned long)p);
} }
#endif
struct ioctl_trans xfs_ioctl32_trans[] = { struct ioctl_trans xfs_ioctl32_trans[] = {
{ XFS_IOC_DIOINFO, }, { XFS_IOC_DIOINFO, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment