From: Nathan Scott Date: Mon, 20 Mar 2006 02:25:48 +0000 (+1100) Subject: [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. X-Git-Tag: v2.6.17-rc1~1000^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6cc8fef4cbeb0b65d225d7b599c75eb5b40a6534;p=linux-2.6-omap-h63xx.git [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:25509a Signed-off-by: Andrew Morton Signed-off-by: Nathan Scott --- diff --git a/fs/xfs/linux-2.6/xfs_ioctl32.h b/fs/xfs/linux-2.6/xfs_ioctl32.h index 8bdb33ffc03..02de6e62ee3 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl32.h +++ b/fs/xfs/linux-2.6/xfs_ioctl32.h @@ -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__ */