linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] EXT4: super.c - remove extraneous newline
@ 2008-12-25  8:06 Nick Warne
  2008-12-25  8:11 ` Nick Warne
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Warne @ 2008-12-25  8:06 UTC (permalink / raw)
  To: LKML, linux-ext4

Sorry, I just realised I forgot to finish typing the correct subject
line in my earlier mail :-)  Please ignore earlier mail with the same
patch.

Applies to stable 2.6.28.

Remove extraneous newline that creates empty print line
in boot logs.

Signed-off-by: Nick Warne <nick@ukfsn.org>

--- linux-2.6.28/fs/ext4/super.cORIG	2008-12-25
01:35:49.156527726 +0000 +++ linux-2.6.28/fs/ext4/super.c
2008-12-25 01:36:50.914527855 +0000 @@ -1973,7 +1973,7 @@
 	else
 		ext4_warning(sb, __func__,
 			"extents feature not enabled on this
filesystem, "
-			"use tune2fs.\n");
+			"use tune2fs.");
 
 	/*
 	 * enable delayed allocation by default


-- 
Free Software Foundation Associate Member 5508
http://linicks.net/

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

* Re: [PATCH] EXT4: super.c - remove extraneous newline
  2008-12-25  8:06 [PATCH] EXT4: super.c - remove extraneous newline Nick Warne
@ 2008-12-25  8:11 ` Nick Warne
  2009-01-02  4:02   ` Theodore Tso
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Warne @ 2008-12-25  8:11 UTC (permalink / raw)
  To: LKML, linux-ext4

On Thu, 25 Dec 2008 08:06:47 +0000
Nick Warne <nick@ukfsn.org> wrote:

> Sorry, I just realised I forgot to finish typing the correct subject
> line in my earlier mail :-)  Please ignore earlier mail with the same
> patch.
> 
> Applies to stable 2.6.28.
> 
> Remove extraneous newline that creates empty print line
> in boot logs.
> 
> Signed-off-by: Nick Warne <nick@ukfsn.org>
> 
> --- linux-2.6.28/fs/ext4/super.cORIG	2008-12-25
> 01:35:49.156527726 +0000 +++ linux-2.6.28/fs/ext4/super.c
> 2008-12-25 01:36:50.914527855 +0000 @@ -1973,7 +1973,7 @@
>  	else
>  		ext4_warning(sb, __func__,
>  			"extents feature not enabled on this
> filesystem, "
> -			"use tune2fs.\n");
> +			"use tune2fs.");
>  
>  	/*
>  	 * enable delayed allocation by default
> 
Sigh... this is mangled.  Sorry for the noise :-(

Applies to stable 2.6.28.

Remove extraneous newline that creates empty print line
in boot logs.

Signed-off-by: Nick Warne <nick@ukfsn.org>

--- linux-2.6.28/fs/ext4/super.cORIG	2008-12-25 01:35:49.156527726 +0000
+++ linux-2.6.28/fs/ext4/super.c	2008-12-25 01:36:50.914527855 +0000
@@ -1973,7 +1973,7 @@
 	else
 		ext4_warning(sb, __func__,
 			"extents feature not enabled on this filesystem, "
-			"use tune2fs.\n");
+			"use tune2fs.");
 
 	/*
 	 * enable delayed allocation by default


-- 
Free Software Foundation Associate Member 5508
http://linicks.net/

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

* Re: [PATCH] EXT4: super.c - remove extraneous newline
  2008-12-25  8:11 ` Nick Warne
@ 2009-01-02  4:02   ` Theodore Tso
  0 siblings, 0 replies; 3+ messages in thread
From: Theodore Tso @ 2009-01-02  4:02 UTC (permalink / raw)
  To: Nick Warne; +Cc: LKML, linux-ext4

Thanks for the patch.  I've queued it for submission to mainline.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

              	       	       	    	      - Ted

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

end of thread, other threads:[~2009-01-02  4:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-25  8:06 [PATCH] EXT4: super.c - remove extraneous newline Nick Warne
2008-12-25  8:11 ` Nick Warne
2009-01-02  4:02   ` 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).