On Sep 27, 10:15pm, bou...@antioche.eu.org (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

Reply via email to