linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 57/62] fs/ext4/mballoc.c: Remove unnecessary semicolons
       [not found] <cover.1246173664.git.joe@perches.com>
@ 2009-06-28 16:27 ` Joe Perches
  2009-07-06  2:34   ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2009-06-28 16:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: trivial, Andrew Morton, Andreas Dilger, Theodore Ts'o,
	linux-ext4

Signed-off-by: Joe Perches <joe@perches.com>
---
 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 519a0a6..6b4e5ae 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -2525,7 +2525,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
 	{
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 57/62] fs/ext4/mballoc.c: Remove unnecessary semicolons
  2009-06-28 16:27 ` [PATCH 57/62] fs/ext4/mballoc.c: Remove unnecessary semicolons Joe Perches
@ 2009-07-06  2:34   ` Theodore Tso
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2009-07-06  2:34 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, trivial, Andrew Morton, Andreas Dilger, linux-ext4

On Sun, Jun 28, 2009 at 09:27:02AM -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>

Thanks, added to the ext4 patch queue.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-06  2:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1246173664.git.joe@perches.com>
2009-06-28 16:27 ` [PATCH 57/62] fs/ext4/mballoc.c: Remove unnecessary semicolons Joe Perches
2009-07-06  2:34   ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).