diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-20 20:04:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-20 20:04:51 +0000 |
commit | 32fba9924c5dd70dc570d388d802076f90c71e9f (patch) | |
tree | 193d05cf67f2bdb220861b5287facc82dd5ebc77 /serverboot/ChangeLog | |
parent | 18627d5854da713b6c8c8184675696533c101a81 (diff) |
.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r-- | serverboot/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index df3e7d05..9609679f 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,5 +1,12 @@ 1999-07-20 Roland McGrath <roland@baalperazim.frob.com> + * ext2_file_io.c, ffs_file_io.c, minix_file_io.c: Remove fs-specific + routines *_page_{read,write}_file_direct. Moved to ... + * file_io.c (page_read_file_direct, page_write_file_direct): Don't + call fs-specific routine, these are not fs-specific. Instead, + replaced with former fs-specific routines (which were all identical). + Read and write more than a fs block when disk blocks are contiguous. + * default_pager.c (new_partition): When reading Linux signature page, handle pager_read_file_direct returning sub-page blocks. |