projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c88bd
)
nilfs2: add a print message after loading nilfs2
author
Li Hong
<lihong.hi@gmail.com>
Fri, 9 Apr 2010 15:09:53 +0000
(23:09 +0800)
committer
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Mon, 10 May 2010 02:32:30 +0000
(11:32 +0900)
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>
fs/nilfs2/super.c
patch
|
blob
|
history
diff --git
a/fs/nilfs2/super.c
b/fs/nilfs2/super.c
index
5a08c82
..
a512c3b
100644
(file)
--- 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: