summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-16 16:56:40 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-16 16:56:40 +0000
commitd4d93723f01dbe8768e7fac92ce8e655aa499f0a (patch)
treeb3ebf7417099e0b7cb71690ec6be7b2107da6e10 /ext2fs/ChangeLog
parent3e4ff0686906db15f48a1156d0814e8842f9df3f (diff)
Tue Jun 15 21:51:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
* pager.c: Clamp the number of free pages we keep around to some reasonably small value. Patch from Mark Kettenis <kettenis@wins.uva.nl>. 1999-06-15 Thomas Bushnell, BSG <tb@mit.edu> * inode.c (diskfs_validate_flags_change): Invert sense of test wrt bits that haven't yet been defined. Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 322eb7c2..ec4cda87 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,15 @@
+Tue Jun 15 21:51:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * pager.c: Clamp the number of free pages we keep around to some
+ reasonably small value. Patch from Mark Kettenis
+ <kettenis@wins.uva.nl>.
+
+1999-06-15 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * inode.c (diskfs_validate_flags_change): Invert sense of test wrt
+ bits that haven't yet been defined. Reported by Kalle Olavi
+ Niemitalo <tosi@ees2.oulu.fi>.
+
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* ialloc.c (diskfs_alloc_node): Frob printf format to suppress warning.