ChangeLog, debugfs.c:
  debugfs.c (dump_inode): Remove #ifdef for i_version vs. i_generation
  	since we know it will always be i_generation now.
ChangeLog, e2fsck.h, flushb.c, scantest.c:
  e2fsck.h, flushb.c, scantest.c: Remove uneeded include of linux/fs.h
bmap.c:
  Fix silly spelling typo.
ChangeLog, getsize.c, ismounted.c, swapfs.c:
  getsize.c, ismounted.c: Remove unneeded include of linux/fs.h
  swapfs.c: Remove #ifdef HAVE_EXT2_INODE_VERSION since it's not needed
  	any more; we know it will always be i_generation.  Add support for
  	swapping the high bits of the uid and gid.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index b52029d..d48ae4d 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-02  Theodore Ts'o  <tytso@valinux.com>
+
+	* e2fsck.h, flushb.c, scantest.c: Remove uneeded include of
+		linux/fs.h 
+
 2000-01-18  Theodore Ts'o  <tytso@valinux.com>
 
 	* Makefile.in: Since LIBUUID can sometimes include "-lsocket"