summaryrefslogtreecommitdiff
path: root/libdiskfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-12 18:31:04 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-12 18:31:04 +0000
commit9474c6318ad2effa3e80246d1012cb111e726bf0 (patch)
treeb1f5dbfbd38913dcc4ebf721f81443472937dec0 /libdiskfs/ChangeLog
parent4b4fc640461f0f6e152204deda38a4e9272fe9e1 (diff)
*** empty log message ***
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r--libdiskfs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 531ad50b..d5ea48a4 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,5 +1,15 @@
+Thu Aug 8 18:18:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * readonly.c: Include <error.h>.
+
Wed Aug 7 13:53:56 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+ * readonly.c (diskfs_check_readonly): If we get an error from
+ diskfs_hypermetadata, then switch to readonly.
+ * diskfs.h (diskfs_set_hypermetadata): Require an error code return.
+ * dev-io.c (diskfs_device_write_sync): If we get D_READ_ONLY, then
+ return EROFS to the caller instead of EIO.
+
* node-create.c (diskfs_create_node): New files always copy GID
from their parent; that's NetBSD's behavior, and it's good enough
for me.