diff options
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | 2011-07-26 21:43:56 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-07-26 21:43:56 -0400 |
commit | 0529155e8a4bcb77dfc9ceaea19c6501487e452b (patch) | |
tree | a67262d87fcfa101ea8ea3af9d90725a9de22f2c /fs/ext4/ext4.h | |
parent | ce723c31b58f54fb865036805475ee7a8c5dc173 (diff) | |
download | blackbird-op-linux-0529155e8a4bcb77dfc9ceaea19c6501487e452b.tar.gz blackbird-op-linux-0529155e8a4bcb77dfc9ceaea19c6501487e452b.zip |
ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()
Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index bb0f7760c7c8..bbe81db76c71 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1799,7 +1799,7 @@ extern void ext4_free_blocks(handle_t *handle, struct inode *inode, unsigned long count, int flags); extern int ext4_mb_add_groupinfo(struct super_block *sb, ext4_group_t i, struct ext4_group_desc *desc); -extern void ext4_add_groupblocks(handle_t *handle, struct super_block *sb, +extern void ext4_group_add_blocks(handle_t *handle, struct super_block *sb, ext4_fsblk_t block, unsigned long count); extern int ext4_trim_fs(struct super_block *, struct fstrim_range *); |