From 2a061ebb71bf7a93d5e7ed71fa13dd7005745965 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Sep 1999 06:35:11 +0000 Subject: Reverted changes related to io_map_segment. --- isofs/ChangeLog | 6 +++++- isofs/pager.c | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'isofs') diff --git a/isofs/ChangeLog b/isofs/ChangeLog index 69ff1336..fa28acec 100644 --- a/isofs/ChangeLog +++ b/isofs/ChangeLog @@ -1,3 +1,7 @@ +1999-09-13 Roland McGrath + + * pager.c: Reverted changes related to io_map_segment. + 1999-09-07 Thomas Bushnell, BSG * pager.c (diskfs_get_filemap): Accept additional parameter. @@ -5,7 +9,7 @@ 1999-07-10 Roland McGrath * isofs.h: Add #include for munmap decl. - + 1999-07-09 Thomas Bushnell, BSG * lookup.c (diskfs_get_directs): Use mmap instead of vm_allocate. diff --git a/isofs/pager.c b/isofs/pager.c index 7f163daf..7e12ebc0 100644 --- a/isofs/pager.c +++ b/isofs/pager.c @@ -147,12 +147,10 @@ diskfs_file_update (struct node *np, /* Create a FILE_DATA pager for the specified node */ mach_port_t -diskfs_get_filemap (struct node *np, int index, vm_prot_t prot) +diskfs_get_filemap (struct node *np, vm_prot_t prot) { struct user_pager_info *upi; mach_port_t right; - - assert (index == 0); /* XXX */ assert (S_ISDIR (np->dn_stat.st_mode) || S_ISREG (np->dn_stat.st_mode) -- cgit v1.2.3