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 /ufs | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog index f0192426..06e3b323 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,13 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * inode.c (diskfs_cached_lookup): Use ino_t for argument. + + * dir.c (diskfs_direnter_hard): Use size_t for OLDSIZE. + Fail with EOVERFLOW when it would exceed that width. + + * alloc.c, dir.c: Use %Ld format for ino_t values. + * alloc.c (diskfs_alloc_node): Use %Ld format for blkcnt_t values. + 2002-05-08 Roland McGrath <roland@frob.com> * main.c (diskfs_append_args): Fix argument type. |