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
1de46e12a3
commit
d18e8afe99
@ -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…
Reference in New Issue
Block a user