From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755742Ab3AXUGX (ORCPT ); Thu, 24 Jan 2013 15:06:23 -0500 Received: from mail-qc0-f173.google.com ([209.85.216.173]:53083 "EHLO mail-qc0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753642Ab3AXUGP (ORCPT ); Thu, 24 Jan 2013 15:06:15 -0500 Date: Thu, 24 Jan 2013 12:06:09 -0800 From: Tejun Heo To: Li Zefan Cc: Andrew Morton , Peter Zijlstra , Ingo Molnar , LKML , Cgroups Subject: Re: [PATCH v2 1/6] cgroup: initialize cgrp->dentry before css_alloc() Message-ID: <20130124200609.GT2373@mtj.dyndns.org> References: <5100D4FE.9080205@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5100D4FE.9080205@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 24, 2013 at 02:30:22PM +0800, Li Zefan wrote: > With this change, we're guaranteed that cgroup_path() won't see NULL > cgrp->dentry, and thus we can remove the NULL check in it. > > (Well, it's not true, because dummptop.dentry is always NULL) > > Signed-off-by: Li Zefan Appled 1-6 to cgroup/for-3.9. Thanks. -- tejun