From 2a87c7c0fe99de6afdd799206d7ece9011d52852 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 1 Sep 1994 16:37:49 +0000 Subject: Formerly diskfs.h.~34~ --- libdiskfs/diskfs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 384f27c1..0f1d372d 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -754,8 +754,10 @@ diskfs_create_node (struct node *dir, char *name, mode_t mode, /* Start the translator on node NP. NP is locked. The node referenced by DIR must not be locked. NP will be unlocked during the execution of this function, and then relocked before return. The authentication - of DIR is ignored, so it may be anything convenient. */ -error_t diskfs_start_translator (struct node *np, file_t dir); + of DIR is ignored, so it may be anything convenient. DIRCRED identifies + the directory in which this node was found, or 0 if it is root. */ +error_t diskfs_start_translator (struct node *np, file_t dir, + struct protid *dircred); /* Create and return a protid for an existing peropen. The uid set is UID (length NUIDS); the gid set is GID (length NGIDS). The node -- cgit v1.2.3