Whamcloud - gitweb
b=20129
authorgirish <girish>
Thu, 30 Jul 2009 07:11:56 +0000 (07:11 +0000)
committergirish <girish>
Thu, 30 Jul 2009 07:11:56 +0000 (07:11 +0000)
i=adilger
i=johann

display which ldiskfs series file is being used

ldiskfs/kernel_patches/patches/ext3-version-2.6-rhel5.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/ext4-version-2.6-rhel5.patch [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5.series

diff --git a/ldiskfs/kernel_patches/patches/ext3-version-2.6-rhel5.patch b/ldiskfs/kernel_patches/patches/ext3-version-2.6-rhel5.patch
new file mode 100644 (file)
index 0000000..e4e8dba
--- /dev/null
@@ -0,0 +1,14 @@
+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();
diff --git a/ldiskfs/kernel_patches/patches/ext4-version-2.6-rhel5.patch b/ldiskfs/kernel_patches/patches/ext4-version-2.6-rhel5.patch
new file mode 100644 (file)
index 0000000..cff9a12
--- /dev/null
@@ -0,0 +1,13 @@
+Index: linux-2.6.18-128.1.6/fs/ext4/super.c
+===================================================================
+--- linux-2.6.18-128.1.6.orig/fs/ext4/super.c  2009-07-24 01:33:54.000000000 -0400
++++ linux-2.6.18-128.1.6/fs/ext4/super.c       2009-07-24 01:35:28.000000000 -0400
+@@ -3461,6 +3461,8 @@ static int __init init_ext4_fs(void)
+       err = register_filesystem(&ext4dev_fs_type);
+       if (err)
+               goto out;
++
++      printk(KERN_INFO "ldiskfs created from ""ext""4-2.6-rhel5\n");
+       return 0;
+ out:
+       destroy_inodecache();
index fe0e9a7..abe33b6 100644 (file)
@@ -1,3 +1,4 @@
+ext4-version-2.6-rhel5.patch
 ext4-wantedi-2.6-rhel5.patch
 iopen-2.6.18-rhel5-ext4.patch
 ext4-map_inode_page-2.6.18-rhel5.patch
index e014f8c..37b7fa1 100644 (file)
@@ -1,3 +1,4 @@
+ext3-version-2.6-rhel5.patch
 ext3-wantedi-2.6-rhel4.patch
 iopen-2.6.18-rhel5.patch
 ext3-map_inode_page-2.6.18.patch