diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-30 21:58:05 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-30 21:58:05 +0000 |
commit | a795457252de83a34d8802f0e37d440ba9505198 (patch) | |
tree | f64bf1c4a1c24b3437759decfd75c6a5ef0965fe /libdiskfs/ChangeLog | |
parent | 740fad8677fc54536b060b88fe33585ed3a04b8d (diff) |
Mon Jun 30 17:26:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* diskfs.h (diskfs_hard_readonly): New variable.
(diskfs_readonly): Doc change.
* readonly.c (diskfs_readonly): Provide initialized declaration.
(diskfs_check_readonly): If we cannot write the media and so we
switch to readonly, set diskfs_hard_readonly too.
(diskfs_set_readonly): If diskfs_hard_readonly is set, then
inhibit any attempt to clear readonly status.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 87829b0e..55f58a77 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 30 17:26:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * diskfs.h (diskfs_hard_readonly): New variable. + (diskfs_readonly): Doc change. + * readonly.c (diskfs_readonly): Provide initialized declaration. + (diskfs_check_readonly): If we cannot write the media and so we + switch to readonly, set diskfs_hard_readonly too. + (diskfs_set_readonly): If diskfs_hard_readonly is set, then + inhibit any attempt to clear readonly status. + 1997-06-23 Miles Bader <miles@gnu.ai.mit.edu> * peropen-make.c (diskfs_make_peropen): Initialize the |