Browse Source

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 <lihong.hi@gmail.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Li Hong 15 years ago
parent
commit
9f130263f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/nilfs2/super.c

+ 1 - 0
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: