diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index b0c225cdb52c..8009077079e4 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -2086,8 +2086,7 @@ extern int ext4_group_add_blocks(handle_t *handle, struct super_block *sb, | |||
2086 | extern int ext4_trim_fs(struct super_block *, struct fstrim_range *); | 2086 | extern int ext4_trim_fs(struct super_block *, struct fstrim_range *); |
2087 | 2087 | ||
2088 | /* inode.c */ | 2088 | /* inode.c */ |
2089 | struct buffer_head *ext4_getblk(handle_t *, struct inode *, | 2089 | struct buffer_head *ext4_getblk(handle_t *, struct inode *, ext4_lblk_t, int); |
2090 | ext4_lblk_t, int, int *); | ||
2091 | struct buffer_head *ext4_bread(handle_t *, struct inode *, | 2090 | struct buffer_head *ext4_bread(handle_t *, struct inode *, |
2092 | ext4_lblk_t, int, int *); | 2091 | ext4_lblk_t, int, int *); |
2093 | int ext4_get_block_write(struct inode *inode, sector_t iblock, | 2092 | int ext4_get_block_write(struct inode *inode, sector_t iblock, |