diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:07:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:07:24 +0000 |
commit | 69ef46835377a33515783a52522811c4f986bd09 (patch) | |
tree | 474826b6bb10bfe7878dcda84deaf62e29adcec5 | |
parent | 8339cd1cd554f322d3c59af8a87869849cb7165a (diff) |
Formerly lock-object.c.~3~
-rw-r--r-- | libpager/lock-object.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libpager/lock-object.c b/libpager/lock-object.c index f6a06aea..75d1ccb3 100644 --- a/libpager/lock-object.c +++ b/libpager/lock-object.c @@ -17,9 +17,10 @@ #include "priv.h" -/* Request a lock from the kernel. Parameters are as for - memory_object_lock_request. If SYNC is set, then wait for - the operation to fully complete before returning. */ +/* Request a lock from the kernel on pager P. Parameters OFFSET, + SIZE, SHOULD_RETURN, SHOULD_FLUSH, and LOCK_VALUE are as for + memory_object_lock_request. If SYNC is set, then wait for the + operation to fully complete before returning. */ void _pager_lock_object (struct pager *p, vm_offset_t offset, |