From: adilger Date: Mon, 26 Nov 2007 18:57:25 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_7_0_51~465 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3f13a1a81b77c8a2d16b6e1c83cb160d28e8f707;p=fs%2Flustre-release.git Branch b1_6 Use tabs instead of spaces in kernel patches. --- diff --git a/ldiskfs/kernel_patches/patches/ext3-mballoc3-core-2.6.22-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-mballoc3-core-2.6.22-vanilla.patch index 7c4ec5a..93e3c94 100644 --- a/ldiskfs/kernel_patches/patches/ext3-mballoc3-core-2.6.22-vanilla.patch +++ b/ldiskfs/kernel_patches/patches/ext3-mballoc3-core-2.6.22-vanilla.patch @@ -2389,8 +2389,8 @@ Index: linux-2.6.9-full/fs/ext3/mballoc.c + spin_lock_init(&sbi->s_mb_history_lock); + i = sbi->s_mb_history_max * sizeof(struct ext3_mb_history); + sbi->s_mb_history = kmalloc(i, GFP_KERNEL); -+ if (likely(sbi->s_mb_history != NULL)) -+ memset(sbi->s_mb_history, 0, i); ++ if (likely(sbi->s_mb_history != NULL)) ++ memset(sbi->s_mb_history, 0, i); + /* if we can't allocate history, then we simple won't use it */ +} +