From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757240AbcAaKMa (ORCPT ); Sun, 31 Jan 2016 05:12:30 -0500 Received: from mail-yk0-f170.google.com ([209.85.160.170]:36612 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753617AbcAaKM3 (ORCPT ); Sun, 31 Jan 2016 05:12:29 -0500 Date: Sun, 31 Jan 2016 05:12:27 -0500 From: Tejun Heo To: Li Bin Cc: lizefan@huawei.com, hannes@cmpxchg.org, linux-kernel@vger.kernel.org, guohanjun@huawei.com Subject: Re: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o Message-ID: <20160131101227.GT32380@htj.duckdns.org> References: <1454126043-11564-1-git-send-email-huawei.libin@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454126043-11564-1-git-send-email-huawei.libin@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 30, 2016 at 11:54:03AM +0800, Li Bin wrote: > The file cgroup-debug.c had been removed from commit fe6934354f8e > (cgroups: move the cgroup debug subsys into cgroup.c to access internal state). > Remain the CFLAGS_REMOVE_cgroup-debug.o = $(CC_FLAGS_FTRACE) > useless in kernel/Makefile. > > Signed-off-by: Li Bin Applied to cgroup/for-4.6. Thanks. -- tejun