From d262bc64483f415e7feeb4eb2df0349a2dc1c8c6 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Sep 2003 10:18:11 +0000 Subject: [PATCH] - needless assert have been removed --- lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 b7aaa9e..b7075e8 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 @@ -1,16 +1,16 @@ fs/ext3/Makefile | 3 - fs/ext3/extents.c | 1616 +++++++++++++++++++++++++++++++++++++++++++++ + fs/ext3/extents.c | 1615 +++++++++++++++++++++++++++++++++++++++++++++ fs/ext3/ialloc.c | 4 fs/ext3/inode.c | 30 fs/ext3/super.c | 8 include/linux/ext3_fs.h | 18 include/linux/ext3_fs_i.h | 4 include/linux/ext3_fs_sb.h | 10 - 8 files changed, 1685 insertions(+), 8 deletions(-) + 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 15:45:03.000000000 +0400 -@@ -0,0 +1,1616 @@ ++++ linux-2.4.18-chaos-alexey/fs/ext3/extents.c 2003-09-22 21:03:57.000000000 +0400 +@@ -0,0 +1,1615 @@ +/* + * + * linux/fs/ext3/extents.c @@ -1097,7 +1097,6 @@ + + /* find extent for this block */ + path = ext3_ext_find_extent(inode, iblock, NULL); -+ EXT_ASSERT(path); + if (IS_ERR(path)) { + err = PTR_ERR(path); + goto out2; -- 1.8.3.1