diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:53:58 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:53:58 +0000 |
commit | 3847623f7fdbfc66d6ec992ab6faa793fae51b71 (patch) | |
tree | 02be11c3a4bc6bc13e5e6c277d6dbbfadfbf1464 /libdiskfs/diskfs.h | |
parent | e4737b12ffb5bbbd34bb4e6281b8b48e3725161d (diff) | |
download | hurd-3847623f7fdbfc66d6ec992ab6faa793fae51b71.tar.gz hurd-3847623f7fdbfc66d6ec992ab6faa793fae51b71.tar.bz2 hurd-3847623f7fdbfc66d6ec992ab6faa793fae51b71.zip |
Wed Aug 20 14:03:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* diskfs.h: Doc fix.
* io-map.c (diskfs_S_io_map): Cope with error return from
diskfs_get_filemap.
* rdwr-internal.c (_diskfs_rdwr_internal): Likewise.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 72957815..c0bf5a06 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -487,7 +487,7 @@ void diskfs_shutdown_pager (); /* 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. */ + 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 |