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;