summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-08 21:41:32 +0000
committerRoland McGrath <roland@gnu.org>1999-11-08 21:41:32 +0000
commitff42e13568a4da63718d71f6c0b08a3b698ba26a (patch)
tree44477206a4efc9da40f4f68fd10b5ac0d9c0bc17 /libtrivfs
parent15bc79389392cfb6f481dcb504e1f00ec0b835c2 (diff)
.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index 69911557..5272f494 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,17 @@
+1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-owner-get.c (trivfs_S_io_get_owner): Remove asserts.
+ It is entirely reasonable to have EOPNOTSUPP be the default
+ implementation for these calls that files are not obligated to provide.
+ * io-owner-mod.c (trivfs_S_io_mod_owner): Likewise.
+ * io-map.c (trivfs_S_io_map): Likewise.
+ * io-async.c (trivfs_S_io_async): Likewise.
+ * io-async-icky.c (trivfs_S_io_get_icky_async_id): Likewise.
+
+ * fsys-getroot.c (trivfs_S_fsys_getroot): Return EROFS or EACCES for a
+ disallowed open attempt, instead of EOPNOTSUPP. EOPNOTSUPP results in
+ the confusing result of ENOTDIR being delivered to the user.
+
1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
* dir-readdir.c (trivfs_S_dir_readdir): Take DATA_DEALLOC parameter.