diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 3e47b99a763c..9b6ad8f19bc9 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -1084,8 +1084,7 @@ extern long ext4_ioctl(struct file *, unsigned int, unsigned long); | |||
1084 | extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long); | 1084 | extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long); |
1085 | 1085 | ||
1086 | /* migrate.c */ | 1086 | /* migrate.c */ |
1087 | extern int ext4_ext_migrate(struct inode *, struct file *, unsigned int, | 1087 | extern int ext4_ext_migrate(struct inode *); |
1088 | unsigned long); | ||
1089 | /* namei.c */ | 1088 | /* namei.c */ |
1090 | extern int ext4_orphan_add(handle_t *, struct inode *); | 1089 | extern int ext4_orphan_add(handle_t *, struct inode *); |
1091 | extern int ext4_orphan_del(handle_t *, struct inode *); | 1090 | extern int ext4_orphan_del(handle_t *, struct inode *); |