From 7c66508fb414b4d9271e0772c67d4e6383d912e2 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 5 Mar 2002 01:28:59 +0000 Subject: doc/ 2002-03-05 Marcus Brinkmann * hurd.texi (Diskfs Callbacks): Refer to dir_lookup, not dir_pathtrans. Reported by James A Morrison . fstests/ 2002-03-05 Marcus Brinkmann * fstests.c (main): Call dir_lookup, not dir_pathtrans. Reported by James A Morrison . hurd/ 2002-03-05 Marcus Brinkmann * 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 . libdiskfs/ 2002-03-05 Marcus Brinkmann * diskfs.h: Refer to dir_lookup, not dir_pathtrans, in comment. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. Reported by James A Morrison . libfshelp/ 2002-03-05 Marcus Brinkmann * fshelp.h: Refer to dir_lookup, not dir_pathtrans, in comment. Reported by James A Morrison . --- libfshelp/fshelp.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libfshelp/fshelp.h') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 88f63b69..8b395dd9 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -1,5 +1,5 @@ /* FS helper library definitions - Copyright (C) 1994,95,96,97,98,99,2000,01 Free Software Foundation, Inc. + Copyright (C) 1994,95,96,97,98,99,2000,01,02 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -121,11 +121,11 @@ typedef error_t (*fshelp_fetch_root_callback2_t) (void *cookie1, void *cookie2, /* Fetch the root from TRANSBOX. DOTDOT is an unauthenticated port for the directory in which we are looking; USER specifies the ids - of the user responsible for the call. FLAGS are as for - dir_pathtrans (but O_CREAT and O_EXCL are not meaningful and are - ignored). The trasnbox lock (as set by fshelp_transbox_init) must - be held before the call, and will be held upon return, but may be - released during the operation of the call. */ + of the user responsible for the call. FLAGS are as for dir_lookup + (but O_CREAT and O_EXCL are not meaningful and are ignored). The + transbox lock (as set by fshelp_transbox_init) must be held before + the call, and will be held upon return, but may be released during + the operation of the call. */ error_t fshelp_fetch_root (struct transbox *transbox, void *cookie, file_t dotdot, -- cgit v1.2.3