On Sep 27, 10:15pm, [email protected] (Manuel Bouyer) wrote: -- Subject: Re: CVS commit: src/sys/arch/xen/xen
| > if (newstart != start) {
| > printf("uvm_map didn't give us back our vm space\n");
| > + uvm_unmap1(map, newstart, newstart + size, 0);
| > + if (obj)
| > + obj->uobj.pgops->pgo_detach(&obj->uobj);
| > return EINVAL;
| > }
|
| where is obj freed then ?
In detach.
christos
