summaryrefslogtreecommitdiff
path: root/libdiskfs/=exc.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-11 19:34:59 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-11 19:34:59 +0000
commit1b111f2aec95e1afebb0cf5c20a377c84d9d8ca6 (patch)
tree6cac6250e8bb12d8f19be7be1ef271399d7b91e4 /libdiskfs/=exc.c
parentf8dac6b6bde3e22155ebf3865a8c20dee39b1c54 (diff)
entered into RCS
Diffstat (limited to 'libdiskfs/=exc.c')
-rw-r--r--libdiskfs/=exc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libdiskfs/=exc.c b/libdiskfs/=exc.c
index c3586e3a..76cb1bcc 100644
--- a/libdiskfs/=exc.c
+++ b/libdiskfs/=exc.c
@@ -34,10 +34,10 @@ static spin_lock_t memory_fault_lock;
at offset OFF. Call when vm_map-ing part of the disk.
CAVEAT: addr must not be zero. */
void
-register_memory_fault_area (struct pager *p,
- vm_address_t off,
- void *addr,
- long len)
+diskfs_register_memory_fault_area (struct pager *p,
+ vm_address_t off,
+ void *addr,
+ long len)
{
int i;
@@ -62,8 +62,8 @@ register_memory_fault_area (struct pager *p,
/* Mark the memory at ADDR continuing for LEN bytes as no longer
mapped from the disk. Call when vm_unmap-ing part of the disk. */
void
-unregister_memory_fault_area (void *addr,
- long len)
+diskfs_unregister_memory_fault_area (void *addr,
+ long len)
{
int i;