aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h1
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 */
1595extern const struct inode_operations ext4_dir_inode_operations; 1595extern const struct inode_operations ext4_dir_inode_operations;
1596extern const struct inode_operations ext4_special_inode_operations; 1596extern const struct inode_operations ext4_special_inode_operations;
1597extern struct dentry *ext4_get_parent(struct dentry *child);
1597 1598
1598/* symlink.c */ 1599/* symlink.c */
1599extern const struct inode_operations ext4_symlink_inode_operations; 1600extern const struct inode_operations ext4_symlink_inode_operations;