linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] overlayfs: Print info into the logs when loaded
@ 2013-03-13 19:47 Sedat Dilek
  2013-03-13 20:05 ` Al Viro
  0 siblings, 1 reply; 3+ messages in thread
From: Sedat Dilek @ 2013-03-13 19:47 UTC (permalink / raw)
  To: Miklos Szeredi, linux-fsdevel, linux-kernel; +Cc: Sedat Dilek


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

diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c
index 482c26f..e30141f 100644
--- a/fs/overlayfs/super.c
+++ b/fs/overlayfs/super.c
@@ -674,6 +674,8 @@ MODULE_ALIAS_FS("overlayfs");
 
 static int __init ovl_init(void)
 {
+	printk(KERN_INFO "overlayfs: loaded\n");
+
 	return register_filesystem(&ovl_fs_type);
 }
 
-- 
1.8.2.rc3

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

end of thread, other threads:[~2013-03-13 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 19:47 [PATCH] overlayfs: Print info into the logs when loaded Sedat Dilek
2013-03-13 20:05 ` Al Viro
2013-03-13 20:52   ` 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).