summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
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 0a6d6b30..a06238d9 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,15 @@
+2002-06-08 Roland McGrath <roland@frob.com>
+
+ * inode.c (diskfs_cached_lookup): Use ino_t for argument.
+
+ * ialloc.c (diskfs_free_node): Use %Ld format for ino_t/off_t values.
+ * pager.c (diskfs_grow, pager_unlock_page): Likewise.
+ * inode.c (read_node): Likewise.
+ * dir.c (diskfs_get_directs): Likewise.
+
+ * dir.c (diskfs_direnter_hard): Use size_t for OLDSIZE.
+ Fail with EOVERFLOW when it would exceed that width.
+
2002-04-05 Neal H Walfield <neal@cs.uml.edu>
* pager.c (diskfs_grow): Correctly recalculate NEW_SIZE.