diff options
author | Joe Perches <joe@perches.com> | 2009-07-05 22:33:08 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-07-05 22:33:08 -0400 |
commit | 5a4a798937f92413cb7dbdb6bd554186024092e9 (patch) | |
tree | bbd4d948dfa72f4779dd0ebf96abd948a707ee49 /fs/ext4/mballoc.c | |
parent | 6487a9d3b5476ffd1bbbe97e58cf26dbeb7a5d4a (diff) |
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.c | 2 |
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, | |||
2532 | 2532 | ||
2533 | INIT_LIST_HEAD(&meta_group_info[i]->bb_prealloc_list); | 2533 | INIT_LIST_HEAD(&meta_group_info[i]->bb_prealloc_list); |
2534 | init_rwsem(&meta_group_info[i]->alloc_sem); | 2534 | init_rwsem(&meta_group_info[i]->alloc_sem); |
2535 | meta_group_info[i]->bb_free_root.rb_node = NULL;; | 2535 | meta_group_info[i]->bb_free_root.rb_node = NULL; |
2536 | 2536 | ||
2537 | #ifdef DOUBLE_CHECK | 2537 | #ifdef DOUBLE_CHECK |
2538 | { | 2538 | { |