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 | e355d41755c87cd1394b377460fd01ebd5e2e083 (patch) | |
tree | 45b98e42d51ff0d2c94ac1eccdb6a322e247453a /ufs | |
parent | fa70080fe06ce87a210e430a867d5954de46aeab (diff) |
(diskfs_S_fsys_getfile):
Pass new DEPTH argument to diskfs_make_peropen.
Diffstat (limited to 'ufs')
-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); |