From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751327AbdBWUwN (ORCPT ); Thu, 23 Feb 2017 15:52:13 -0500 Received: from mail.us.es ([193.147.175.20]:35484 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751272AbdBWUwM (ORCPT ); Thu, 23 Feb 2017 15:52:12 -0500 Date: Thu, 23 Feb 2017 21:51:57 +0100 From: Pablo Neira Ayuso To: "Dmitry V. Levin" Cc: "Eric W. Biederman" , Jozsef Kadlecsik , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] uapi: stop including linux/sysctl.h in uapi/linux/netfilter.h Message-ID: <20170223205157.GA7527@salvia> References: <20170222230652.GA14373@altlinux.org> <87poi93d19.fsf@xmission.com> <20170223024928.GA17115@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170223024928.GA17115@altlinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 23, 2017 at 05:49:28AM +0300, Dmitry V. Levin wrote: > linux/netfilter.h is the last uapi header file that includes > linux/sysctl.h but it does not depend on definitions provided > by this essentially dead header file. Applied, thanks.