aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2009-07-05 22:33:08 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-07-05 22:33:08 -0400
commit5a4a798937f92413cb7dbdb6bd554186024092e9 (patch)
treebbd4d948dfa72f4779dd0ebf96abd948a707ee49 /fs/ext4/mballoc.c
parentext4: More buffer head reference leaks (diff)
downloadlinux-dev-5a4a798937f92413cb7dbdb6bd554186024092e9.tar.xz
linux-dev-5a4a798937f92413cb7dbdb6bd554186024092e9.zip
ext4: Remove unnecessary semicolons in mballoc.c
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index cf9972090ad9..ba49e0c596f2 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -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
{