From 72ff7b8264ff0891bf2993ff60c3742804169c34 Mon Sep 17 00:00:00 2001 From: girish Date: Thu, 28 May 2009 07:09:40 +0000 Subject: [PATCH] b=19674 i=johann i=adilger fix warning in super.c --- ldiskfs/kernel_patches/patches/ext4-super-warning.patch | 14 ++++++++++++++ ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series | 1 + 2 files changed, 15 insertions(+) create mode 100644 ldiskfs/kernel_patches/patches/ext4-super-warning.patch diff --git a/ldiskfs/kernel_patches/patches/ext4-super-warning.patch b/ldiskfs/kernel_patches/patches/ext4-super-warning.patch new file mode 100644 index 0000000..b82d3bc --- /dev/null +++ b/ldiskfs/kernel_patches/patches/ext4-super-warning.patch @@ -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"}, + diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series index 06b1d34..bdf258b 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-sles11.series @@ -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 -- 1.8.3.1