diff options
Diffstat (limited to 'pci-arbiter/netfs_impl.c')
-rw-r--r-- | pci-arbiter/netfs_impl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pci-arbiter/netfs_impl.c b/pci-arbiter/netfs_impl.c index b3ca5bc6..afbfce94 100644 --- a/pci-arbiter/netfs_impl.c +++ b/pci-arbiter/netfs_impl.c @@ -589,12 +589,6 @@ netfs_get_filemap (struct node *node, vm_prot_t prot) goto error; } - /* Return the existing proxy if any */ - if (node->nn->ln->memproxy != MACH_PORT_NULL) - { - return node->nn->ln->memproxy; - } - /* Get region info */ reg_num = strtol (&node->nn->ln->name[strlen (node->nn->ln->name) - 1], 0, 16); @@ -641,8 +635,6 @@ netfs_get_filemap (struct node *node, vm_prot_t prot) if (err) goto error; - node->nn->ln->memproxy = proxy; - return proxy; error: |