diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 19:06:42 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 19:06:42 +0000 |
commit | 7b01458f66d04a90e8497bd60f1baa7eb79b9d6a (patch) | |
tree | b81d77f74bfb35d39e7b3a356ff16067f22cb63a /ufs/ChangeLog | |
parent | 56c05885be4c655fc18c119dbb87527bf5b9af86 (diff) | |
download | hurd-7b01458f66d04a90e8497bd60f1baa7eb79b9d6a.tar.gz hurd-7b01458f66d04a90e8497bd60f1baa7eb79b9d6a.tar.bz2 hurd-7b01458f66d04a90e8497bd60f1baa7eb79b9d6a.zip |
Wed Aug 20 14:34:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* dir.c (diskfs_lookup_hard): Cope with error return from
diskfs_get_filemap.
* sizes.c (diskfs_grow): Likewise.
* dir.c (diskfs_dirempty): Cope (poorly) with error return from
diskfs_get_filemap.
* sizes.c (diskfs_truncate): Likewise.
(block_extended): Likewise.
* pager.c (diskfs_get_filemap): If pager_create fails, return
error to caller.
Diffstat (limited to 'ufs/ChangeLog')
-rw-r--r-- | ufs/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog index ca832c8e..3a225552 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,16 @@ +Wed Aug 20 14:34:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * dir.c (diskfs_lookup_hard): Cope with error return from + diskfs_get_filemap. + * sizes.c (diskfs_grow): Likewise. + * dir.c (diskfs_dirempty): Cope (poorly) with error return from + diskfs_get_filemap. + * sizes.c (diskfs_truncate): Likewise. + (block_extended): Likewise. + + * pager.c (diskfs_get_filemap): If pager_create fails, return + error to caller. + Mon Jun 30 17:38:57 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * main.c (main): If the store cannot be made writable, then set |