From: Christoph Hellwig Date: Thu, 4 Dec 2008 13:23:27 +0000 (+0100) Subject: [XFS] Fix compile with CONFIG_COMPAT enabled X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8bb57320f3f5dd8c2373c0b66e4950391e037109;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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);