Fix a vm object reference leak in the page-based copy-on-write mechanism
used by the zero-copy sockets implementation. Reviewed by: gallatin
This commit is contained in:
parent
f342d6c6f8
commit
29c6e6376c
@ -334,7 +334,7 @@ RetryFault:;
|
||||
vm_page_cowfault(fs.m);
|
||||
splx(s);
|
||||
vm_page_unlock_queues();
|
||||
unlock_things(&fs);
|
||||
unlock_and_deallocate(&fs);
|
||||
goto RetryFault;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user