diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:39:10 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:39:10 +0000 |
commit | 60aeeb0099a6595f023845f5f7ec8f5a12f73c9e (patch) | |
tree | 2b6f46283ac7eae7b0347f1a73a43a789f639db7 /ext2fs/ChangeLog | |
parent | 4ad1c1f75bf97ce7888b99f6850b41f9f5789ec8 (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Pass additional parameter to
diskfs_get_filemap.
(diskfs_dirempty): Likewise.
* truncate.c (force_delayed_copies): Likewise.
* pager.c (diskfs_get_filemap): Accept additional parameter.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index ee8b3b77..d6c8f15b 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,11 @@ +1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> + + * dir.c (diskfs_lookup_hard): Pass additional parameter to + diskfs_get_filemap. + (diskfs_dirempty): Likewise. + * truncate.c (force_delayed_copies): Likewise. + * pager.c (diskfs_get_filemap): Accept additional parameter. + 1999-09-04 Thomas Bushnell, BSG <tb@mit.edu> * pager.c (file_pager_write_page): Don't report errors on writes |