Whamcloud - gitweb
- needless assert have been removed
authoralex <alex>
Tue, 23 Sep 2003 10:18:11 +0000 (10:18 +0000)
committeralex <alex>
Tue, 23 Sep 2003 10:18:11 +0000 (10:18 +0000)
lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch

index b7aaa9e..b7075e8 100644 (file)
@@ -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
 +
 +      /* 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;