Whamcloud - gitweb
LU-20 ldiskfs: remove spurious warning message
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext3-version-2.6-rhel5.patch
1 Index: linux-2.6.18-128.1.6/fs/ext3/super.c
2 ===================================================================
3 --- linux-2.6.18-128.1.6.orig/fs/ext3/super.c   2009-04-14 23:05:45.000000000 -0400
4 +++ linux-2.6.18-128.1.6/fs/ext3/super.c        2009-07-24 01:30:55.000000000 -0400
5 @@ -2785,6 +2785,9 @@ static int __init init_ext3_fs(void)
6          err = register_filesystem(&ext3_fs_type);
7         if (err)
8                 goto out;
9 +
10 +       printk(KERN_INFO "ldiskfs created from ""ext""3-2.6-rhel5\n");
11 +
12         return 0;
13  out:
14         destroy_inodecache();
15 --- /dev/null   2009-09-21 17:11:24.467285554 +0800
16 +++ linux-2.6.27.21-0.1/fs/ext3/fiemap.h
17 @@ -0,0 +1,2 @@
18 +
19 +#include_next <fiemap.h>