diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 4 |
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); | |||
2415 | extern const struct inode_operations ext4_dir_inode_operations; | 2415 | extern const struct inode_operations ext4_dir_inode_operations; |
2416 | extern const struct inode_operations ext4_special_inode_operations; | 2416 | extern const struct inode_operations ext4_special_inode_operations; |
2417 | extern struct dentry *ext4_get_parent(struct dentry *child); | 2417 | extern struct dentry *ext4_get_parent(struct dentry *child); |
2418 | extern 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 */ |
2420 | extern const struct inode_operations ext4_symlink_inode_operations; | 2424 | extern const struct inode_operations ext4_symlink_inode_operations; |