summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-20 21:16:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-20 21:16:58 +0000
commit524900eee051213667c8b3feb5e639c25b633b2a (patch)
tree9599d73a7950944b13383d41f677eed44436a54a /libdiskfs/diskfs.h
parent30bd04b7b95f717ae2027d1651211e1a7391ac70 (diff)
(diskfs_lookup_hard): Remove mention of ENOTDIR and EACCES errors.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index c7ddbdca..d829a7f3 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -272,10 +272,6 @@ error_t diskfs_set_statfs (fsys_statfsbuf_t *statfsbuf);
locked, so don't lock it or add a reference to it.
(SPEC_DOTDOT will not be given with CREATE.)
- Return ENOTDIR if DP is not a directory.
- Return EACCES if CRED isn't allowed to search DP.
- Return EACCES if completing the operation will require writing
- the directory and diskfs_checkdirmod won't allow the modification.
Return ENOENT if NAME isn't in the directory.
Return EAGAIN if NAME refers to the `..' of this filesystem's root.
Return EIO if appropriate.