diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 19:34:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 19:34:59 +0000 |
commit | 1b111f2aec95e1afebb0cf5c20a377c84d9d8ca6 (patch) | |
tree | 6cac6250e8bb12d8f19be7be1ef271399d7b91e4 /libdiskfs | |
parent | f8dac6b6bde3e22155ebf3865a8c20dee39b1c54 (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/=exc.c | 12 |
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; |