Whamcloud - gitweb
cff9a121f02aef488f3593f57683796222607c63
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-version-2.6-rhel5.patch
1 Index: linux-2.6.18-128.1.6/fs/ext4/super.c
2 ===================================================================
3 --- linux-2.6.18-128.1.6.orig/fs/ext4/super.c   2009-07-24 01:33:54.000000000 -0400
4 +++ linux-2.6.18-128.1.6/fs/ext4/super.c        2009-07-24 01:35:28.000000000 -0400
5 @@ -3461,6 +3461,8 @@ static int __init init_ext4_fs(void)
6         err = register_filesystem(&ext4dev_fs_type);
7         if (err)
8                 goto out;
9 +
10 +       printk(KERN_INFO "ldiskfs created from ""ext""4-2.6-rhel5\n");
11         return 0;
12  out:
13         destroy_inodecache();