From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH 7/9] cgroup: cosmetic follow-up cleanups Date: Thu, 11 Jul 2013 15:10:10 +0800 Message-ID: <51DE5A52.1000904@huawei.com> References: <1372463145-4245-1-git-send-email-tj@kernel.org> <1372463145-4245-8-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1372463145-4245-8-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@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 On 2013/6/29 7:45, Tejun Heo wrote: > * Busy subsystem check in rebind_subsystems() is unnecessarily > verbose. Restructure it for brevity. > > * The init_cred dancing in cgroup_mount() has a very high WTF factor. > Add a comment explaining what's going on and point to the original > commit. > > Signed-off-by: Tejun Heo Acked-by: Li Zefan