diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
commit | e134b714b6acb56586e9b4fe030aa44e272e8647 (patch) | |
tree | ccaf353b2c2195dd7e302b60bbf5aa70ce14000b /ext2fs/ChangeLog | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 12 |
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. |