diff options
Diffstat (limited to 'include/linux/ext3_fs.h')
-rw-r--r-- | include/linux/ext3_fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index dd495b8c3091..e263acaa405b 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
@@ -893,9 +893,8 @@ extern int ext3_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, | |||
893 | u64 start, u64 len); | 893 | u64 start, u64 len); |
894 | 894 | ||
895 | /* ioctl.c */ | 895 | /* ioctl.c */ |
896 | extern int ext3_ioctl (struct inode *, struct file *, unsigned int, | 896 | extern long ext3_ioctl(struct file *, unsigned int, unsigned long); |
897 | unsigned long); | 897 | extern long ext3_compat_ioctl(struct file *, unsigned int, unsigned long); |
898 | extern long ext3_compat_ioctl (struct file *, unsigned int, unsigned long); | ||
899 | 898 | ||
900 | /* namei.c */ | 899 | /* namei.c */ |
901 | extern int ext3_orphan_add(handle_t *, struct inode *); | 900 | extern int ext3_orphan_add(handle_t *, struct inode *); |