From: alex Date: Tue, 23 Sep 2003 15:31:24 +0000 (+0000) Subject: - assert condition have been changed a bit X-Git-Tag: v1_7_0_51~2^7~502 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d1eec9464b635a7c966ab2800f42d5b197fc9340;p=fs%2Flustre-release.git - assert condition have been changed a bit --- diff --git a/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos-pdirops.patch b/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos-pdirops.patch index 7a91584..c931e8d 100644 --- a/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos-pdirops.patch +++ b/lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos-pdirops.patch @@ -9,7 +9,7 @@ 8 files changed, 1693 insertions(+), 8 deletions(-) --- /dev/null 2003-01-30 13:24:37.000000000 +0300 -+++ linux-2.4.18-chaos-pdirops-alexey/fs/ext3/extents.c 2003-09-23 14:30:02.000000000 +0400 ++++ linux-2.4.18-chaos-pdirops-alexey/fs/ext3/extents.c 2003-09-23 18:09:30.000000000 +0400 @@ -0,0 +1,1624 @@ +/* + * @@ -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);