diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:42:56 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:42:56 +0000 |
commit | bd1306f7f3c4441bbb057b031f251e2f31317d79 (patch) | |
tree | b589e9ba67b8bf6cace1ead0de4295e3faaecf0d /libdiskfs/ChangeLog | |
parent | 6c70c6d345509bf6690b4443ba36974d2c6a147b (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io-map-segment.c: New file. Guts from io-map.c.
* io-map.c (diskfs_S_io_map): Just call diskfs_S_io_map_segment.
* diskfs.h (diskfs_get_filemap): New parameter `index'.
* rdwr-internal.c (_diskfs_rdwr_internal): Pass additional
parameter to diskfs_get_filemap.
* Makefile (IOSRCS): Add io-map-segment.c.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 17cd4e6f..529d0814 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,12 @@ +1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> + + * io-map-segment.c: New file. Guts from io-map.c. + * io-map.c (diskfs_S_io_map): Just call diskfs_S_io_map_segment. + * diskfs.h (diskfs_get_filemap): New parameter `index'. + * rdwr-internal.c (_diskfs_rdwr_internal): Pass additional + parameter to diskfs_get_filemap. + * Makefile (IOSRCS): Add io-map-segment.c. + 1999-07-24 Roland McGrath <roland@baalperazim.frob.com> * dir-rmdir.c (diskfs_S_dir_rmdir): Fix bugs in last change. |