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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 268636af7f5c..cf840146ce81 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -2415,6 +2415,10 @@ extern void ext4_unwritten_wait(struct inode *inode);
2415extern const struct inode_operations ext4_dir_inode_operations; 2415extern const struct inode_operations ext4_dir_inode_operations;
2416extern const struct inode_operations ext4_special_inode_operations; 2416extern const struct inode_operations ext4_special_inode_operations;
2417extern struct dentry *ext4_get_parent(struct dentry *child); 2417extern struct dentry *ext4_get_parent(struct dentry *child);
2418extern struct ext4_dir_entry_2 *ext4_init_dot_dotdot(struct inode *inode,
2419 struct ext4_dir_entry_2 *de,
2420 int blocksize, int csum_size,
2421 unsigned int parent_ino, int dotdot_real_len);
2418 2422
2419/* symlink.c */ 2423/* symlink.c */
2420extern const struct inode_operations ext4_symlink_inode_operations; 2424extern const struct inode_operations ext4_symlink_inode_operations;