From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH 5/9] cgroup: update error handling in cgroup_populate_dir() Date: Fri, 12 Jul 2013 14:36:35 +0800 Message-ID: <51DFA3F3.8010209@huawei.com> References: <1372463145-4245-1-git-send-email-tj@kernel.org> <1372463145-4245-6-git-send-email-tj@kernel.org> <51DE59D7.2000203@huawei.com> <20130711170123.GA10195@mtj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130711170123.GA10195-9pTldWuhBndy/B6EtB590w@public.gmane.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Tejun Heo Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org >> It even increases object size a bit: > > Meh... cold path. Wrong thing to optimize for. > It's not about performance, but the memory foot print of the kernel.