From e355d41755c87cd1394b377460fd01ebd5e2e083 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 6 Feb 1997 06:58:33 +0000 Subject: (diskfs_S_fsys_getfile): Pass new DEPTH argument to diskfs_make_peropen. --- ufs/inode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ufs/inode.c b/ufs/inode.c index 286cfafc..dc870525 100644 --- a/ufs/inode.c +++ b/ufs/inode.c @@ -1,5 +1,5 @@ /* Inode management routines - Copyright (C) 1994, 1995, 1996 Free Software Foundation + Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -817,7 +817,8 @@ diskfs_S_fsys_getfile (mach_port_t fsys, && !diskfs_check_readonly ()) flags |= O_WRITE; - err = diskfs_create_protid (diskfs_make_peropen (np, flags, MACH_PORT_NULL), + err = diskfs_create_protid (diskfs_make_peropen (np, flags, + MACH_PORT_NULL, 0), user, &newpi); iohelp_free_iouser (user); -- cgit v1.2.3