Index: linux-2.6.18-128.1.6/fs/ext3/super.c =================================================================== --- linux-2.6.18-128.1.6.orig/fs/ext3/super.c 2009-04-14 23:05:45.000000000 -0400 +++ linux-2.6.18-128.1.6/fs/ext3/super.c 2009-07-24 01:30:55.000000000 -0400 @@ -2785,6 +2785,9 @@ static int __init init_ext3_fs(void) err = register_filesystem(&ext3_fs_type); if (err) goto out; + + printk(KERN_INFO "ldiskfs created from ""ext""3-2.6-rhel5\n"); + return 0; out: destroy_inodecache();