diff options
author | Li Hong <lihong.hi@gmail.com> | 2010-04-09 11:09:53 -0400 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-05-09 22:32:30 -0400 |
commit | 9f130263f30233a44a3175db3218dd89af143d64 (patch) | |
tree | 66e48783682bdffaf56eb1c06823b39bc25d0836 /fs/nilfs2/super.c | |
parent | 41c88bd74d372db5102996a4ea6167a725c24b5e (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 <lihong.hi@gmail.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r-- | fs/nilfs2/super.c | 1 |
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) | |||
1190 | if (err) | 1190 | if (err) |
1191 | goto free_cachep; | 1191 | goto free_cachep; |
1192 | 1192 | ||
1193 | printk(KERN_INFO "NILFS version 2 loaded\n"); | ||
1193 | return 0; | 1194 | return 0; |
1194 | 1195 | ||
1195 | free_cachep: | 1196 | free_cachep: |