aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ext4_fs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h
index e1103c2a0d42..429dbfc851ea 100644
--- a/include/linux/ext4_fs.h
+++ b/include/linux/ext4_fs.h
@@ -989,6 +989,12 @@ extern void ext4_abort (struct super_block *, const char *, const char *, ...)
989extern void ext4_warning (struct super_block *, const char *, const char *, ...) 989extern void ext4_warning (struct super_block *, const char *, const char *, ...)
990 __attribute__ ((format (printf, 3, 4))); 990 __attribute__ ((format (printf, 3, 4)));
991extern void ext4_update_dynamic_rev (struct super_block *sb); 991extern void ext4_update_dynamic_rev (struct super_block *sb);
992extern int ext4_update_compat_feature(handle_t *handle, struct super_block *sb,
993 __u32 compat);
994extern int ext4_update_rocompat_feature(handle_t *handle,
995 struct super_block *sb, __u32 rocompat);
996extern int ext4_update_incompat_feature(handle_t *handle,
997 struct super_block *sb, __u32 incompat);
992extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, 998extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
993 struct ext4_group_desc *bg); 999 struct ext4_group_desc *bg);
994extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb, 1000extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,