summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/ChangeLog4
-rw-r--r--ufs/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index e66096a5..e801ef5a 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-21 Roland McGrath <roland@frob.com>
+
+ * inode.c (read_node): Just always call getpid for the fsid value.
+
2001-08-17 Marcus Brinkmann <marcus@gnu.org>
* ialloc.c (diskfs_alloc_node): Remove warnings about stale
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index e013b8f5..a655a739 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-21 Roland McGrath <roland@frob.com>
+
+ * inode.c (read_disknode): Just always call getpid for the fsid value.
+
2001-10-01 Marcus Brinkmann <marcus@gnu.org>
* ufs.h (swab_long_long): Use LL, not lL, for constant.