summaryrefslogtreecommitdiff
path: root/hurd/fsys.defs
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-03-05 01:28:59 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-03-05 01:28:59 +0000
commit7c66508fb414b4d9271e0772c67d4e6383d912e2 (patch)
treeb1de113bbc40a1f56124d5f7ef12bac7e98cdfd6 /hurd/fsys.defs
parentf982f85f5c0fabb2e766267d9ce41be538f37407 (diff)
doc/
2002-03-05 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Diskfs Callbacks): Refer to dir_lookup, not dir_pathtrans. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. fstests/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fstests.c (main): Call dir_lookup, not dir_pathtrans. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. hurd/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fs.defs: Refer to dir_lookup, not dir_pathtrans, in comments. * fsys.defs: Likewise. * hurd_types.h (enum retry_type): Likewise. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. libdiskfs/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * diskfs.h: Refer to dir_lookup, not dir_pathtrans, in comment. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. libfshelp/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fshelp.h: Refer to dir_lookup, not dir_pathtrans, in comment. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
Diffstat (limited to 'hurd/fsys.defs')
-rw-r--r--hurd/fsys.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs
index 353db249..979a6cfc 100644
--- a/hurd/fsys.defs
+++ b/hurd/fsys.defs
@@ -1,5 +1,5 @@
/* Definitions for the filesystem control interface
- Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation
+ Copyright (C) 1992,93,94,95,96,97, 2002 Free Software Foundation
This file is part of the GNU Hurd.
@@ -51,9 +51,9 @@ routine fsys_goaway (
flags: int);
/* Return a file to the root of the filesystem.
- FLAGS are as for dir_pathtrans (but O_CREAT and O_EXCL are not
+ FLAGS are as for dir_lookup (but O_CREAT and O_EXCL are not
meaningful). DO_RETRY, RETRY_NAME, and RESULT are as
- for dir_pathtrans. The port should be authenticated with GEN_UIDS
+ for dir_lookup. The port should be authenticated with GEN_UIDS
and GEN_GIDS (except, of course, for FS_RETRY_REAUTH and
FS_RETRY_MAGICAL). DOTDOT_NODE is an unauthenticated port for the
directory in which this root is located. */