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 7c4ec5abbed4449de49a7ad1810d28d54527b0cb..93e3c949ea932d733a3ab4bda1658e60255d152b 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 */ +} +