diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-19 21:25:48 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-19 21:25:48 -0500 |
commit | 6cc8fef4cbeb0b65d225d7b599c75eb5b40a6534 (patch) | |
tree | bab97123947bda63b728d701ed823a205d1ca331 /fs/xfs | |
parent | b2fc6ad01beb550f75457b7d811ff84dc81b210b (diff) |
[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype.
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25509a
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl32.h b/fs/xfs/linux-2.6/xfs_ioctl32.h index 8bdb33ffc032..02de6e62ee37 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl32.h +++ b/fs/xfs/linux-2.6/xfs_ioctl32.h | |||
@@ -19,6 +19,6 @@ | |||
19 | #define __XFS_IOCTL32_H__ | 19 | #define __XFS_IOCTL32_H__ |
20 | 20 | ||
21 | extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long); | 21 | extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long); |
22 | extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned); | 22 | extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned long); |
23 | 23 | ||
24 | #endif /* __XFS_IOCTL32_H__ */ | 24 | #endif /* __XFS_IOCTL32_H__ */ |