summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-20 20:04:51 +0000
committerRoland McGrath <roland@gnu.org>1999-07-20 20:04:51 +0000
commit7a8b3db2b4fe449397a08d3887d47b950a428766 (patch)
tree8098be09243b8866001d49a900d881b910b37ac3
parent5ca541889c0b390971091fc1a9cdae5d9a902e39 (diff)
.
-rw-r--r--serverboot/ChangeLog7
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.