diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-15 22:30:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-15 22:30:14 +0000 |
commit | 0957bc32baec1a926c8b61afd3a1885002092761 (patch) | |
tree | 89122797b279f17a88b541004a93369a8d475915 /tmpfs | |
parent | 2f7f90ce15cce79ef83a8d273e3a27b5b527c7d7 (diff) |
.
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index a69749ba..251255fa 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,20 @@ +2001-04-15 Neal H Walfield <neal@cs.uml.edu> + + * dir.c (diskfs_get_directs): Total rewrite. + (diskfs_lookup_hard): Likewise. + (diskfs_enter_hard): Count node size in the size of the dirent so + diskfs_get_directs does not have to guess; this is only a few + bytes different. Check the amount of space correctly, i.e. + we cannot compare bytes and pages. + * node.c: (diskfs_free_node): We already hold + diskfs_node_refcnt_lock; do not try to lock it again. + (diskfs_cached_lookup): Use diskfs_nref, that is why we have it. + Link the nodes correctly. + (diskfs_set_translator): Add or remove S_IPTRANS from + np->dn_stat.st_mode as appropriate. + (diskfs_truncate): Set the new np->dn_stat.st_size. + (diskfs_grow): Move the assert up. + 2001-04-10 Neal H Walfield <neal@cs.uml.edu> * tmpfs.c (diskfs_shortcurt_chrdev): Rename to diskfs_shortcut_chrdev. |