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:
Alan Cox 2003-06-19 01:40:44 +00:00
parent 1de46e12a3
commit d18e8afe99

View File

@ -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;
}