diff options
author | Roland McGrath <roland@gnu.org> | 2000-10-02 04:04:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-10-02 04:04:15 +0000 |
commit | b81d9ec23532ba8b2519ba3b8bf68fcfeb0260c5 (patch) | |
tree | 5a3daf322d76b5f85ae0ff007f84fd17e9343e44 /ext2fs | |
parent | 46f36edd321f10f66fa91ce5c0bc65eb9b6b813d (diff) |
.
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index b827567a..53247993 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2000-10-01 Roland McGrath <roland@frob.com> + + * inode.c (write_node): Use memcpy instead of a loop. + 2000-07-26 Mark Kettenis <kettenis@gnu.org> * Makefile (HURDLIBS): Reorder libs such that the threads lib @@ -11,7 +15,7 @@ pager_flush_some. 2000-07-25 Thomas Bushnell, BSG <tb@mit.edu> - + * truncate.c (trunc_indirect): Before freeing an indirect block, remove it from the disk pager's kernel cache. |