aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Hong <[email protected]>2010-04-09 23:09:53 +0800
committerRyusuke Konishi <[email protected]>2010-05-10 11:32:30 +0900
commit9f130263f30233a44a3175db3218dd89af143d64 (patch)
tree66e48783682bdffaf56eb1c06823b39bc25d0836
parent41c88bd74d372db5102996a4ea6167a725c24b5e (diff)
nilfs2: add a print message after loading nilfs2
Printing a message after loading a file system is a practice. Add this to provide a better user-friendly experience. Signed-off-by: Li Hong <[email protected]> Signed-off-by: Ryusuke Konishi <[email protected]>
-rw-r--r--fs/nilfs2/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 5a08c82e7e25..a512c3b2cb77 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -1190,6 +1190,7 @@ static int __init init_nilfs_fs(void)
if (err)
goto free_cachep;
+ printk(KERN_INFO "NILFS version 2 loaded\n");
return 0;
free_cachep: