forked from Minki/linux
ext4: Remove unnecessary semicolons in mballoc.c
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
6487a9d3b5
commit
5a4a798937
@ -2532,7 +2532,7 @@ int ext4_mb_add_groupinfo(struct super_block *sb, ext4_group_t group,
|
||||
|
||||
INIT_LIST_HEAD(&meta_group_info[i]->bb_prealloc_list);
|
||||
init_rwsem(&meta_group_info[i]->alloc_sem);
|
||||
meta_group_info[i]->bb_free_root.rb_node = NULL;;
|
||||
meta_group_info[i]->bb_free_root.rb_node = NULL;
|
||||
|
||||
#ifdef DOUBLE_CHECK
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user