From: Andrew Morton Cc: Nathan Scott Signed-off-by: Andrew Morton --- fs/xfs/linux-2.6/xfs_ioctl32.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/xfs/linux-2.6/xfs_ioctl32.h~xfs_file_compat_invis_ioctl-fix fs/xfs/linux-2.6/xfs_ioctl32.h --- 25/fs/xfs/linux-2.6/xfs_ioctl32.h~xfs_file_compat_invis_ioctl-fix 2006-03-18 02:38:55.000000000 -0700 +++ 25-akpm/fs/xfs/linux-2.6/xfs_ioctl32.h 2006-03-18 02:39:07.000000000 -0700 @@ -19,6 +19,6 @@ #define __XFS_IOCTL32_H__ extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long); -extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned); +extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned long); #endif /* __XFS_IOCTL32_H__ */ _