linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] squashfs: Simplify info in the logs when loaded
@ 2013-03-13 17:09 Sedat Dilek
  0 siblings, 0 replies; only message in thread
From: Sedat Dilek @ 2013-03-13 17:09 UTC (permalink / raw)
  To: Phillip Lougher, linux-kernel, linux-fsdevel, squashfs-devel; +Cc: Sedat Dilek


Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 fs/squashfs/super.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fs/squashfs/super.c b/fs/squashfs/super.c
index 260e392..9747764 100644
--- a/fs/squashfs/super.c
+++ b/fs/squashfs/super.c
@@ -447,8 +447,7 @@ static int __init init_squashfs_fs(void)
 		return err;
 	}
 
-	printk(KERN_INFO "squashfs: version 4.0 (2009/01/31) "
-		"Phillip Lougher\n");
+	printk(KERN_INFO "squashfs: loaded\n");
 
 	return 0;
 }
-- 
1.8.2.rc3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-13 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 17:09 [PATCH] squashfs: Simplify info in the logs when loaded Sedat Dilek

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).