Skip to content

Commit

Permalink
[XFS] Fix compile with CONFIG_COMPAT enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
  • Loading branch information
Christoph Hellwig authored and Lachlan McIlroy committed Dec 5, 2008
1 parent 5a8d0f3 commit 8bb5732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/linux-2.6/xfs_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8bb5732

Please sign in to comment.