diff options
author | Roland McGrath <roland@gnu.org> | 2000-12-29 07:24:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-12-29 07:24:51 +0000 |
commit | d2a271dbdbdd7ec93b615cd87c8922ccee3ce579 (patch) | |
tree | 307f98dfd4a6c13f5bcad6fef99ab46bb4016493 | |
parent | f9ecfe1f1db44339c6a9fee07b843ab936f2c21e (diff) |
.
-rw-r--r-- | tmpfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index c7d8381e..67a047ba 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,10 @@ +2000-12-28 Roland McGrath <roland@frob.com> + + * node.c (recompute_blocks): New function, broken out of ... + (diskfs_cached_lookup): here. Now use call that. + (diskfs_set_translator): Likewise. + (create_symlink_hook): Likewise. Do nothing for zero-length target. + 2000-12-26 Roland McGrath <roland@frob.com> * Makefile, tmpfs.c, tmpfs.h, node.c, dir.c: New files. |