>From 7045703b978d8396535c7ccce72ca5684f608ca9 Mon Sep 17 00:00:00 2001 From: Li Hong <lihong.hi@xxxxxxxxx> Date: Fri, 9 Apr 2010 23:09:53 +0800 Subject: [PATCH 2/2] 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@xxxxxxxxx> --- 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 51fd922..51f3802 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -1189,6 +1189,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: -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html