From: Christoph Hellwig Date: Thu, 4 Dec 2008 13:23:27 +0000 (+0100) Subject: [XFS] Fix compile with CONFIG_COMPAT enabled X-Git-Tag: v2.6.29-rc1~552^2~15 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=8bb57320f3f5dd8c2373c0b66e4950391e037109;p=linux-2.6-omap-h63xx.git [XFS] Fix compile with CONFIG_COMPAT enabled Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- diff --git a/fs/xfs/linux-2.6/xfs_ioctl.h b/fs/xfs/linux-2.6/xfs_ioctl.h index a3446aad070..d92131c827b 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.h +++ b/fs/xfs/linux-2.6/xfs_ioctl.h @@ -74,7 +74,7 @@ xfs_file_compat_ioctl( unsigned long arg); extern long -xfs_file_compat_ioctl_invis( +xfs_file_compat_invis_ioctl( struct file *file, unsigned int cmd, unsigned long arg);