diff options
author | Miles Bader <miles@gnu.org> | 1997-02-06 06:58:33 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-06 06:58:33 +0000 |
commit | 894448bcc1aff693009298da900c27431f09c5a5 (patch) | |
tree | 89295e18a0c6a82fd44c2afe168c2e6bc71c1c53 /ufs/inode.c | |
parent | 34accef1c2f1d27a3af0de37ce67a16dc5a1a5ca (diff) |
(diskfs_S_fsys_getfile):
Pass new DEPTH argument to diskfs_make_peropen.
Diffstat (limited to 'ufs/inode.c')
-rw-r--r-- | ufs/inode.c | 5 |
1 files 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); |