diff options
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index a7f83843..477c5f0d 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -3,6 +3,8 @@ * node.c (diskfs_free_node): Reset hnext's hprevp. (diskfs_node_norefs): Likewise. (diskfs_cached_lookup): Fix insane code for finding existing node ptr. + (diskfs_get_filemap_pager_struct): Remove spurious assert. + (diskfs_get_filemap): Always add a reference to the send right. * dir.c (diskfs_get_directs): When using st_size, calculate additional space for . and .. entries. Skip . and .. entries when ENTRY says to. |