From 32071bd903569a5fd2d1815043da03972fc03b35 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Sep 2003 15:31:23 +0000 Subject: [PATCH] - assert condition have been changed a bit --- lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch b/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch index b7075e8..b7716de 100644 --- a/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch +++ b/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch @@ -9,7 +9,7 @@ 8 files changed, 1684 insertions(+), 8 deletions(-) --- /dev/null 2003-01-30 13:24:37.000000000 +0300 -+++ linux-2.4.18-chaos-alexey/fs/ext3/extents.c 2003-09-22 21:03:57.000000000 +0400 ++++ linux-2.4.18-chaos-alexey/fs/ext3/extents.c 2003-09-23 18:08:59.000000000 +0400 @@ -0,0 +1,1615 @@ +/* + * @@ -317,7 +317,7 @@ + ppos, eh->e_num, eh->e_max); + ix = EXT_FIRST_INDEX(eh); + if (eh->e_num) { -+ EXT_ASSERT(ppos == 0 || ix->e_block == prev); ++ EXT_ASSERT(prev == 0 || ix->e_block == prev); + path[ppos].p_idx = ix; + } + EXT_ASSERT(eh->e_num <= eh->e_max); -- 1.8.3.1