From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753123AbcARAGG (ORCPT ); Sun, 17 Jan 2016 19:06:06 -0500 Received: from gum.cmpxchg.org ([85.214.110.215]:53226 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752841AbcARAGD (ORCPT ); Sun, 17 Jan 2016 19:06:03 -0500 Date: Sun, 17 Jan 2016 19:05:57 -0500 From: Johannes Weiner To: Borislav Petkov Cc: lkml Subject: Re: =?utf-8?Q?include=2Fnet=2Ftcp=5Fmemcon?= =?utf-8?B?dHJvbC5oOjQ6NTQ6IHdhcm5pbmc6IOKAmHN0cnVjdCBjZ3JvdXBfc3Vic3lz?= =?utf-8?B?4oCZ?= declared inside parameter list Message-ID: <20160118000557.GA30168@cmpxchg.org> References: <20160116164833.GD31869@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160116164833.GD31869@pd.tnic> 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 Guten Nachmittag Boris, On Sat, Jan 16, 2016 at 05:48:33PM +0100, Borislav Petkov wrote: > In file included from net/ipv4/tcp_ipv4.c:76:0: > include/net/tcp_memcontrol.h:4:54: warning: ‘struct cgroup_subsys’ declared inside parameter list > int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss); > ^ > include/net/tcp_memcontrol.h:4:54: warning: its scope is only this definition or declaration, which is probably not what you want thanks for the report. All this code (tcp_memcontrol.*) is already deleted in -mm, so the issue should be fixed once Andrew sends the next batch for this merge window linuswards.