2008-12-25 08:06:50

by Nick Warne

[permalink] [raw]
Subject: [PATCH] EXT4: super.c - remove extraneous newline

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 <[email protected]>

--- 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/


2008-12-25 08:11:25

by Nick Warne

[permalink] [raw]
Subject: Re: [PATCH] EXT4: super.c - remove extraneous newline

On Thu, 25 Dec 2008 08:06:47 +0000
Nick Warne <[email protected]> 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 <[email protected]>
>
> --- 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 <[email protected]>

--- 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/

2009-01-02 04:02:57

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH] EXT4: super.c - remove extraneous newline

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

Signed-off-by: "Theodore Ts'o" <[email protected]>

- Ted