e2image.c (output_meta_data_blocks): Optimize away excess
lseek() calls when creating a sparse file. Fewer system
calls are a good thing. <g>
diff --git a/misc/ChangeLog b/misc/ChangeLog
index b82a707..ef8b6e0 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-12 Theodore Tso <tytso@valinux.com>
+
+ * e2image.c (output_meta_data_blocks): Optimize away excess
+ lseek() calls when creating a sparse file. Fewer system
+ calls are a good thing. <g>
+
2001-10-07 Andreas Dilger <adilger@turbolinux.com>
* mke2fs.c (main): Always exit with non-zero code in case of error.