diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ext4/balloc.c | 4 | ||||
| -rw-r--r-- | fs/ext4/ext4.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index b430afe77f0c..a40b1f96c021 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c | |||
| @@ -305,7 +305,7 @@ struct ext4_group_desc * ext4_get_group_desc(struct super_block *sb, | |||
| 305 | */ | 305 | */ |
| 306 | static ext4_fsblk_t ext4_valid_block_bitmap(struct super_block *sb, | 306 | static ext4_fsblk_t ext4_valid_block_bitmap(struct super_block *sb, |
| 307 | struct ext4_group_desc *desc, | 307 | struct ext4_group_desc *desc, |
| 308 | unsigned int block_group, | 308 | ext4_group_t block_group, |
| 309 | struct buffer_head *bh) | 309 | struct buffer_head *bh) |
| 310 | { | 310 | { |
| 311 | ext4_grpblk_t offset; | 311 | ext4_grpblk_t offset; |
| @@ -352,7 +352,7 @@ static ext4_fsblk_t ext4_valid_block_bitmap(struct super_block *sb, | |||
| 352 | 352 | ||
| 353 | void ext4_validate_block_bitmap(struct super_block *sb, | 353 | void ext4_validate_block_bitmap(struct super_block *sb, |
| 354 | struct ext4_group_desc *desc, | 354 | struct ext4_group_desc *desc, |
| 355 | unsigned int block_group, | 355 | ext4_group_t block_group, |
| 356 | struct buffer_head *bh) | 356 | struct buffer_head *bh) |
| 357 | { | 357 | { |
| 358 | ext4_fsblk_t blk; | 358 | ext4_fsblk_t blk; |
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 28896655ad41..2e5818267565 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
| @@ -1930,7 +1930,7 @@ extern ext4_group_t ext4_get_group_number(struct super_block *sb, | |||
| 1930 | 1930 | ||
| 1931 | extern void ext4_validate_block_bitmap(struct super_block *sb, | 1931 | extern void ext4_validate_block_bitmap(struct super_block *sb, |
| 1932 | struct ext4_group_desc *desc, | 1932 | struct ext4_group_desc *desc, |
| 1933 | unsigned int block_group, | 1933 | ext4_group_t block_group, |
| 1934 | struct buffer_head *bh); | 1934 | struct buffer_head *bh); |
| 1935 | extern unsigned int ext4_block_group(struct super_block *sb, | 1935 | extern unsigned int ext4_block_group(struct super_block *sb, |
| 1936 | ext4_fsblk_t blocknr); | 1936 | ext4_fsblk_t blocknr); |
