summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig2008-12-04 14:23:27 +0100
committerLachlan McIlroy2008-12-05 01:23:10 +0100
commit8bb57320f3f5dd8c2373c0b66e4950391e037109 (patch)
tree07424b87eda7fdb1837981b52804627475151f0d
parentmove inode tracing out of xfs_vnode. (diff)
downloadkernel-qcow2-linux-8bb57320f3f5dd8c2373c0b66e4950391e037109.tar.gz
kernel-qcow2-linux-8bb57320f3f5dd8c2373c0b66e4950391e037109.tar.xz
kernel-qcow2-linux-8bb57320f3f5dd8c2373c0b66e4950391e037109.zip
[XFS] Fix compile with CONFIG_COMPAT enabled
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
-rw-r--r--fs/xfs/linux-2.6/xfs_ioctl.h2
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(
unsigned long arg);
extern long
-xfs_file_compat_ioctl_invis(
+xfs_file_compat_invis_ioctl(
struct file *file,
unsigned int cmd,
unsigned long arg);