diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-04 13:00:26 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-04 13:00:26 +0000 |
commit | 176b24ab0535a80d697f915223538ea70d92c49c (patch) | |
tree | 6f5b7e7ad43c4b68c301ce0422864ccd87183151 /ext2fs/ChangeLog | |
parent | de729a3081fad384c86c90822c66cf48cf789c32 (diff) |
1999-09-04 Thomas Bushnell, BSG <tb@mit.edu>
* pager.c (file_pager_write_page): Don't report errors on writes
that extend past NODE->allocsize. This avoids a race between sync
and truncate. Reported by Mark Kettenis <kettenis@wins.uva.nl>.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 46e8e9dc..86a8b2dd 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,9 @@ +1999-09-04 Thomas Bushnell, BSG <tb@mit.edu> + + * pager.c (file_pager_write_page): Don't report errors on writes + that extend past NODE->allocsize. This avoids a race between sync + and truncate. Reported by Mark Kettenis <kettenis@wins.uva.nl>. + 1999-08-23 Roland McGrath <roland@baalperazim.frob.com> * ext2_fs.h, ext2_fs_i.h: Replaced with Linux 2.3.14 versions. |