> +     lock_meta_page(page);
> +     /*
> +      * Check if somebody else beat us to allocating the meta_page
> +      */
> +     race_mp = page_get_meta_page(page);
> +     if (race_mp) {
> +             kfree(mp);
> +             mp = race_mp;
> +             atomic_inc(&mp->ref_cnt);
> +             res_counter_uncharge(&mem->res, 1);
> +             goto done;
> +     }

i think you need css_put here.

YAMAMOTO Takashi
_______________________________________________
Containers mailing list
[EMAIL PROTECTED]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to