diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index af3c906e705b..d9c5251d082c 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -1594,6 +1594,7 @@ extern const struct file_operations ext4_file_operations; | |||
1594 | /* namei.c */ | 1594 | /* namei.c */ |
1595 | extern const struct inode_operations ext4_dir_inode_operations; | 1595 | extern const struct inode_operations ext4_dir_inode_operations; |
1596 | extern const struct inode_operations ext4_special_inode_operations; | 1596 | extern const struct inode_operations ext4_special_inode_operations; |
1597 | extern struct dentry *ext4_get_parent(struct dentry *child); | ||
1597 | 1598 | ||
1598 | /* symlink.c */ | 1599 | /* symlink.c */ |
1599 | extern const struct inode_operations ext4_symlink_inode_operations; | 1600 | extern const struct inode_operations ext4_symlink_inode_operations; |