mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user