summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/ChangeLog9
-rw-r--r--pfinet/ChangeLog4
2 files changed, 11 insertions, 2 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 29605e56..2473d111 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>
+ * ext2fs.h (struct disknode): Remove debugging info.
+ (RECORD_LAST): Function removed.
+ (LAST_BUFSZ): Macro removed.
+ (enum last_act): Type removed.
+ * inode.c (diskfs_cached_lookup): Don't initialize debugging info.
+ * pager.c (file_pager_read_page, file_pager_write_page,
+ pager_unlock_page, diskfs_grow): Don't record debugging info.
+ * truncate.c (diskfs_truncate): Likewise.
+
* pager.c (file_pager_read_page): Set
NODE->dn->last_page_partially_writable if we return such a page.
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 78096501..5f046154 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,6 +1,6 @@
-Fri Jul 19 12:34:30 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+Fri Jul 19 09:39:08 1996 Miles Bader <miles@gnu.ai.mit.edu>
- * pfinet.h (make_sock_user): Include new parm in declaration.
+ * pfinet.h (make_sock_user): Declaration updated.
Thu Jul 18 23:19:07 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>