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 f63c3d5805c4..f7f3f5871796 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -2699,6 +2699,10 @@ static inline void ext4_set_de_type(struct super_block *sb, | |||
2699 | de->file_type = ext4_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; | 2699 | de->file_type = ext4_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; |
2700 | } | 2700 | } |
2701 | 2701 | ||
2702 | /* readpages.c */ | ||
2703 | extern int ext4_mpage_readpages(struct address_space *mapping, | ||
2704 | struct list_head *pages, struct page *page, | ||
2705 | unsigned nr_pages); | ||
2702 | 2706 | ||
2703 | /* symlink.c */ | 2707 | /* symlink.c */ |
2704 | extern const struct inode_operations ext4_symlink_inode_operations; | 2708 | extern const struct inode_operations ext4_symlink_inode_operations; |