Skip to content

Commit

Permalink
nilfs2: add a print message after loading nilfs2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Li Hong authored and Ryusuke Konishi committed May 10, 2010
1 parent 41c88bd commit 9f13026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f13026

Please sign in to comment.