Re: [RFC][PATCH 4/4] cgroup-memcg fix frequent EBUSY at rmdir v2

From: Paul Menage
Date: Wed Jan 21 2009 - 05:44:29 EST


On Wed, Jan 21, 2009 at 2:32 AM, KAMEZAWA Hiroyuki
<kamezawa.hiroyu@xxxxxxxxxxxxxx> wrote:
>
> Hmm, subsystem may return -EPERM or some..
> I'll change this to
>
> if (!ret)
> return ret;

You mean

if (ret)
return ret;

Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/