diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-13 06:35:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-13 06:35:11 +0000 |
commit | 2a061ebb71bf7a93d5e7ed71fa13dd7005745965 (patch) | |
tree | c03dbbcdb1ab820ed98049bf3ad866ca4125ae2c /libdiskfs/diskfs.h | |
parent | d5192f3ae0bc49683b16882e47d1bc39607d5363 (diff) | |
download | hurd-2a061ebb71bf7a93d5e7ed71fa13dd7005745965.tar.gz hurd-2a061ebb71bf7a93d5e7ed71fa13dd7005745965.tar.bz2 hurd-2a061ebb71bf7a93d5e7ed71fa13dd7005745965.zip |
Reverted changes related to io_map_segment.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 499bfd5b..73c55faf 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -486,11 +486,10 @@ void diskfs_sync_everything (int wait); irreversable. */ void diskfs_shutdown_pager (); -/* The user must define this function. Return a memory object port - (send right) for the INDEX'th 2^32 byte segment of the contents of - NP. PROT is the maximum allowable access. On errors, return - MACH_PORT_NULL and set errno. */ -mach_port_t diskfs_get_filemap (struct node *np, int index, vm_prot_t prot); +/* The user must define this function. Return a memory object port (send + right) for the file contents of NP. PROT is the maximum allowable + access. On errors, return MACH_PORT_NULL and set errno. */ +mach_port_t diskfs_get_filemap (struct node *np, vm_prot_t prot); /* The user must define this function. Return true if there are pager ports exported that might be in use by users. If this returns false, then |