On Mon, 19 Feb 2007 12:20:42 +0530
Balbir Singh <[EMAIL PROTECTED]> wrote:

> +int memctlr_mm_overlimit(struct mm_struct *mm, void *sc_cont)
> +{
> +     struct container *cont;
> +     struct memctlr *mem;
> +     long usage, limit;
> +     int ret = 1;
> +
> +     if (!sc_cont)
> +             goto out;
> +
> +     read_lock(&mm->container_lock);
> +     cont = mm->container;

> +out:
> +     read_unlock(&mm->container_lock);
> +     return ret;
> +}
> +

should be
==
out_and_unlock:
        read_unlock(&mm->container_lock);
out_:
        return ret;


-Kame


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to