* [PATCH] ext4: remove spurious KERN_INFO from ext4_warning call
@ 2014-12-25 18:43 Jakub Wilk
2015-01-02 21:45 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2014-12-25 18:43 UTC (permalink / raw)
To: linux-ext4
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
fs/ext4/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 43c92b1..74c5f53 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3482,7 +3482,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
if (EXT4_HAS_RO_COMPAT_FEATURE(sb,
EXT4_FEATURE_RO_COMPAT_METADATA_CSUM) &&
EXT4_HAS_RO_COMPAT_FEATURE(sb, EXT4_FEATURE_RO_COMPAT_GDT_CSUM))
- ext4_warning(sb, KERN_INFO "metadata_csum and uninit_bg are "
+ ext4_warning(sb, "metadata_csum and uninit_bg are "
"redundant flags; please run fsck.");
/* Check for a known checksum algorithm */
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ext4: remove spurious KERN_INFO from ext4_warning call
2014-12-25 18:43 [PATCH] ext4: remove spurious KERN_INFO from ext4_warning call Jakub Wilk
@ 2015-01-02 21:45 ` Theodore Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2015-01-02 21:45 UTC (permalink / raw)
To: Jakub Wilk; +Cc: linux-ext4
On Thu, Dec 25, 2014 at 07:43:14PM +0100, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Applied, thanks.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-02 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25 18:43 [PATCH] ext4: remove spurious KERN_INFO from ext4_warning call Jakub Wilk
2015-01-02 21:45 ` Theodore Ts'o
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).