From 524900eee051213667c8b3feb5e639c25b633b2a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Mar 1996 21:16:58 +0000 Subject: (diskfs_lookup_hard): Remove mention of ENOTDIR and EACCES errors. --- libdiskfs/diskfs.h | 4 ---- 1 file changed, 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. -- cgit v1.2.3