summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index ef97d6b5..29605e56 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,5 +1,14 @@
+Sat Jul 20 00:58:44 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * pager.c (file_pager_read_page): Set
+ NODE->dn->last_page_partially_writable if we return such a page.
+
Fri Jul 19 15:02:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
+ * pager.c (diskfs_grow): Rename OLD_END_BLOCK to END_BLOCK.
+ Correctly determine whether to set DN->last_page_partially_writable
+ after allocating new blocks.
+
* pager.c (file_pager_read_page, file_pager_write_page): Pass
NODE->dn, not &NODE->dn to RECORD_LAST.