From 4db4f1cf084f0d737109a5912b535ca529a5e81f Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Tue, 3 May 2011 11:18:55 +0800 Subject: [PATCH 1/1] LU-259 Wrong option in ext4-force_over_16tb-rhel6.patch Change-Id: I0b35fc06b3674fd3f8b3334a2af8e8e5b346f910 Signed-off-by: Bobi Jam Reviewed-on: http://review.whamcloud.com/484 Tested-by: Hudson Reviewed-by: Oleg Drokin Reviewed-by: Johann Lombardi --- ldiskfs/kernel_patches/patches/ext4-force_over_16tb-rhel6.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldiskfs/kernel_patches/patches/ext4-force_over_16tb-rhel6.patch b/ldiskfs/kernel_patches/patches/ext4-force_over_16tb-rhel6.patch index d676db6..5e14164 100644 --- a/ldiskfs/kernel_patches/patches/ext4-force_over_16tb-rhel6.patch +++ b/ldiskfs/kernel_patches/patches/ext4-force_over_16tb-rhel6.patch @@ -24,7 +24,7 @@ Index: linux-stage/fs/ext4/super.c {Opt_auto_da_alloc, "auto_da_alloc"}, {Opt_noauto_da_alloc, "noauto_da_alloc"}, {Opt_bigendian_extents, "bigendian_extents"}, -+ {Opt_force_over_16tb, "force_over_16th"}, ++ {Opt_force_over_16tb, "force_over_16tb"}, {Opt_mballoc, "mballoc"}, {Opt_discard, "discard"}, {Opt_nodiscard, "nodiscard"}, -- 1.8.3.1