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 /tmpfs | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index fa74aa03..0d7098c5 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,12 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * node.c (diskfs_cached_lookup): Use ino_t for argument. + * node.c (diskfs_alloc_node): Case to uintptr_t before ino_t. + (diskfs_cached_lookup): Likewise, and vice versa. + * dir.c (diskfs_get_directs, diskfs_lookup_hard): Likewise. + + * tmpfs.c (diskfs_append_args): Use %Ld format for off_t value. + 2002-05-29 Roland McGrath <roland@frob.com> * node.c (diskfs_S_file_get_storage_info): Return a null port when the |