[XFS] Fix compile with CONFIG_COMPAT enabled
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
parent
5a8d0f3c7a
commit
8bb57320f3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue