commit | 8bb57320f3f5dd8c2373c0b66e4950391e037109 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Dec 04 14:23:27 2008 +0100 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Fri Dec 05 11:23:10 2008 +1100 |
tree | 07424b87eda7fdb1837981b52804627475151f0d | |
parent | 5a8d0f3c7af801c7263fbba39952504d6fc7ff60 [diff] |
[XFS] Fix compile with CONFIG_COMPAT enabled Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.h b/fs/xfs/linux-2.6/xfs_ioctl.h index a3446aa..d92131c 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.h +++ b/fs/xfs/linux-2.6/xfs_ioctl.h
@@ -74,7 +74,7 @@ unsigned long arg); extern long -xfs_file_compat_ioctl_invis( +xfs_file_compat_invis_ioctl( struct file *file, unsigned int cmd, unsigned long arg);