summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-11 21:43:43 +0000
committerRoland McGrath <roland@gnu.org>2002-06-11 21:43:43 +0000
commite134b714b6acb56586e9b4fe030aa44e272e8647 (patch)
treeccaf353b2c2195dd7e302b60bbf5aa70ce14000b /ext2fs
parent5a07075504a4066427dae6984d19f81c859a681e (diff)
.
Diffstat (limited to 'ext2fs')
-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.