diff options
author | Christoph Hellwig <hch@lst.de> | 2008-12-04 08:23:27 -0500 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-12-04 19:23:10 -0500 |
commit | 8bb57320f3f5dd8c2373c0b66e4950391e037109 (patch) | |
tree | 07424b87eda7fdb1837981b52804627475151f0d /fs | |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.h b/fs/xfs/linux-2.6/xfs_ioctl.h index a3446aad070a..d92131c827bc 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( | |||
74 | unsigned long arg); | 74 | unsigned long arg); |
75 | 75 | ||
76 | extern long | 76 | extern long |
77 | xfs_file_compat_ioctl_invis( | 77 | xfs_file_compat_invis_ioctl( |
78 | struct file *file, | 78 | struct file *file, |
79 | unsigned int cmd, | 79 | unsigned int cmd, |
80 | unsigned long arg); | 80 | unsigned long arg); |