Răsfoiți Sursa

[XFS] Fix compile with CONFIG_COMPAT enabled

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Christoph Hellwig 16 ani în urmă
părinte
comite
8bb57320f3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      fs/xfs/linux-2.6/xfs_ioctl.h

+ 1 - 1
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);