diff options
| author | Alan Cox <alc@FreeBSD.org> | 2003-06-13 03:02:28 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2003-06-13 03:02:28 +0000 |
| commit | 8630c1173e342bff070f47dafd97765af57208cb (patch) | |
| tree | 131300009b7d968e4f3ac335ab6af00d92af89ef /sys/kern/kern_exec.c | |
| parent | d7522df29cb79d799b3f43288fa0e8795692ebe5 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 669bdf167046..9ef4c024f3a0 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -777,9 +777,7 @@ exec_map_first_page(imgp) } } initial_pagein = i; - VM_OBJECT_UNLOCK(object); /* XXX */ rv = vm_pager_get_pages(object, ma, initial_pagein, 0); - VM_OBJECT_LOCK(object); /* XXX */ ma[0] = vm_page_lookup(object, 0); vm_page_lock_queues(); if ((rv != VM_PAGER_OK) || (ma[0] == NULL) || |
