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:
committed by
Theodore Ts'o
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_LIST_HEAD(&meta_group_info[i]->bb_prealloc_list);
|
||||||
init_rwsem(&meta_group_info[i]->alloc_sem);
|
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
|
#ifdef DOUBLE_CHECK
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user