Re: [RFC][PATCH 1/6] memcg: free all at rmdir

From: KAMEZAWA Hiroyuki
Date: Wed Nov 12 2008 - 01:08:47 EST


On Wed, 12 Nov 2008 12:26:56 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> wrote:

> move_account:
> + /* should free all ? */
> + if (!mem->on_rmdir)
> + goto try_to_free;
> +

This must be
==
if (!mem->on_rmdir)
goto try_to_free;
move_account:
==

Sorry.
-Kame

--
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/