diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 21:16:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 21:16:58 +0000 |
commit | 524900eee051213667c8b3feb5e639c25b633b2a (patch) | |
tree | 9599d73a7950944b13383d41f677eed44436a54a /libdiskfs | |
parent | 30bd04b7b95f717ae2027d1651211e1a7391ac70 (diff) |
(diskfs_lookup_hard): Remove mention of ENOTDIR and EACCES errors.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/diskfs.h | 4 |
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. |