diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-10-28 01:15:47 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-28 01:15:47 +0000 |
| commit | 1e025ef8df752af1c26ababf60ff96ed38d599d1 (patch) | |
| tree | 87edbf67ed35610e8806dd3bbc6886e41c4585d4 | |
| parent | 28cd2c87c77fe466592f265bcb22601f747e28c0 (diff) | |
entered into RCS
| -rw-r--r-- | ufs/dir.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -129,8 +129,6 @@ diskfs_lookup (struct node *dp, char *name, enum lookup_type type, /* Map in the directory contents. */ memobj = diskfs_get_filemap (dp); - mach_port_insert_right (mach_task_self (), memobj, memobj, - MACH_MSG_TYPE_MAKE_SEND); buf = 0; /* We allow extra space in case we have to do an EXTEND. */ buflen = round_page (dp->dn_stat.st_size + DIRBLKSIZ); @@ -655,8 +653,6 @@ diskfs_dirempty(struct node *dp, error_t err; memobj = diskfs_get_filemap (dp); - mach_port_insert_right (mach_task_self (), memobj, memobj, - MACH_MSG_TYPE_MAKE_SEND); buf = 0; err = vm_map (mach_task_self (), &buf, dp->dn_stat.st_size, 0, |
