From 3f13a1a81b77c8a2d16b6e1c83cb160d28e8f707 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Mon, 26 Nov 2007 18:57:25 +0000
Subject: [PATCH] Branch b1_6 Use tabs instead of spaces in kernel patches.

---
 .../patches/ext3-mballoc3-core-2.6.22-vanilla.patch           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 7c4ec5abbe..93e3c949ea 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 */
 +}
 +
-- 
GitLab