Correct a typo in vm_object_backing_scan() that originated in r254141.
Specifically, change a lock acquire into a lock release. MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ec5ca7444d
commit
56c9a1b2f6
@ -1626,7 +1626,7 @@ vm_object_backing_scan(vm_object_t object, int op)
|
||||
p = next;
|
||||
continue;
|
||||
}
|
||||
VM_OBJECT_WLOCK(backing_object);
|
||||
VM_OBJECT_WUNLOCK(backing_object);
|
||||
VM_OBJECT_WUNLOCK(object);
|
||||
VM_WAIT;
|
||||
VM_OBJECT_WLOCK(object);
|
||||
|
Loading…
x
Reference in New Issue
Block a user