Whamcloud - gitweb
b=19674
authorgirish <girish>
Thu, 28 May 2009 07:09:34 +0000 (07:09 +0000)
committergirish <girish>
Thu, 28 May 2009 07:09:34 +0000 (07:09 +0000)
i=johann
i=adilger

fix warning in super.c

ldiskfs/kernel_patches/patches/ext4-super-warning.patch [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series

diff --git a/ldiskfs/kernel_patches/patches/ext4-super-warning.patch b/ldiskfs/kernel_patches/patches/ext4-super-warning.patch
new file mode 100644 (file)
index 0000000..b82d3bc
--- /dev/null
@@ -0,0 +1,14 @@
+Index: linux-2.6.27.21-0.1/fs/ext4/super.c
+===================================================================
+--- linux-2.6.27.21-0.1.orig/fs/ext4/super.c
++++ linux-2.6.27.21-0.1/fs/ext4/super.c
+@@ -1299,7 +1299,7 @@ enum {
+       Opt_mballoc
+ };
+-static const match_table_t tokens = {
++static match_table_t tokens = {
+       {Opt_bsd_df, "bsddf"},
+       {Opt_minix_df, "minixdf"},
+       {Opt_grpid, "grpid"},
+
index 06b1d34..bdf258b 100644 (file)
@@ -18,3 +18,4 @@ ext4-big-endian-check-2.6-sles11.patch
 ext4-misc-sles11.patch
 ext4-ext_generation-sles11.patch
 ext4-remove-ioctl-filp-sles11.patch
+ext4-super-warning.patch