[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1363204034-2442-1-git-send-email-sedat.dilek@gmail.com>
Date: Wed, 13 Mar 2013 20:47:14 +0100
From: Sedat Dilek <sedat.dilek@...il.com>
To: Miklos Szeredi <miklos@...redi.hu>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Sedat Dilek <sedat.dilek@...il.com>
Subject: [PATCH] overlayfs: Print info into the logs when loaded
Signed-off-by: Sedat Dilek <sedat.dilek@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists