ChangeLog, ismounted.c:
  ismounted.c (check_mntent_file): Use a test file in / to check to see
  	if the root filesystem is mounted read-only.  This protects against
  	the case where /etc might not be on /, as well as the case where
  	/etc/mtab doesn't exist.  (Both are should-never happen scenarios, but
  	you never know...)

diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 4e3fd93..db642c2 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-15  Theodore Tso  <tytso@valinux.com>
+
+	* ismounted.c (check_mntent_file): Use a test file in / to check
+		to see if the root filesystem is mounted read-only.  This
+		protects against the case where /etc might not be on /, as
+		well as the case where /etc/mtab doesn't exist.  (Both are
+		should-never happen scenarios, but you never know...)
+
 2001-06-14  Theodore Tso  <tytso@valinux.com>
 
 	* ismounted.c (ext2fs_check_if_mounted): Fix grammer in comment.