diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-15 22:44:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-15 22:44:14 +0000 |
commit | 83e61d2d234ac403a6e6e91c12b1d87aca64de10 (patch) | |
tree | 6b8c9dbf07e7522925e2ad91dbe98573ef1025cf /libdiskfs/ChangeLog | |
parent | 47f271bfc6b7a6ba1229fd1dfc6870e6fa135825 (diff) |
.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index ee186942..ac1b76a9 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,11 @@ +2001-04-14 Neal H Walfield <neal@cs.uml.edu> + + * node-create.c (diskfs_create_node): If we fail, set *NEWNODE + to NULL; at least diskfs_S_dir_lookup depends on this behavior. + + * init-startup.c (diskfs_startup_diskfs): Use ERR, not errno, so + we can actually read this variable in a debugger. + 2001-04-08 Neal H Walfield <neal@cs.uml.edu> * io-write.c (diskfs_S_io_write): Make local variable OFF an |