diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-26 10:43:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-26 10:43:11 +0000 |
commit | 5bce3f0ed1cbafaa4a035be9c578c733e1afcbbd (patch) | |
tree | bca8d4b3cffbc5a8b9e49ef710a71b32f5fb4935 | |
parent | f10f073e155beff900e26227920146da2ec5ca91 (diff) |
.
-rw-r--r-- | tmpfs/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index c90fd886..a7f83843 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,17 @@ +2001-02-26 Roland McGrath <roland@frob.com> + + * node.c (diskfs_free_node): Reset hnext's hprevp. + (diskfs_node_norefs): Likewise. + (diskfs_cached_lookup): Fix insane code for finding existing node ptr. + + * dir.c (diskfs_get_directs): When using st_size, calculate additional + space for . and .. entries. Skip . and .. entries when ENTRY says to. + Set d_fileno=2 for .. entry when it is the parent of the filesystem. + + * tmpfs.c (main): Don't lock diskfs_root_node after alloc, + which already locks it. In root node's mode, clear S_ITRANS bits + and set S_IROOT bit. + 2001-02-25 Roland McGrath <roland@frob.com> * pager-stubs.c: New file. |