dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Li Hong 2010-04-09 23:09:53 +08:00 committed by Ryusuke Konishi
parent 41c88bd74d
commit 9f130263f3
1 changed files with 1 additions and 0 deletions

View File

@ -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: