diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 50a4846c7e71..b9c9371d8164 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -955,6 +955,8 @@ ext4_group_first_block_no(struct super_block *sb, ext4_group_t group_no) | |||
955 | void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, | 955 | void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, |
956 | unsigned long *blockgrpp, ext4_grpblk_t *offsetp); | 956 | unsigned long *blockgrpp, ext4_grpblk_t *offsetp); |
957 | 957 | ||
958 | extern struct proc_dir_entry *ext4_proc_root; | ||
959 | |||
958 | /* | 960 | /* |
959 | * Function prototypes | 961 | * Function prototypes |
960 | */ | 962 | */ |