Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753157AbdHNJym (ORCPT ); Mon, 14 Aug 2017 05:54:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:46613 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752923AbdHNJyk (ORCPT ); Mon, 14 Aug 2017 05:54:40 -0400 Date: Mon, 14 Aug 2017 11:54:32 +0200 From: Jan Kara To: Florian Weimer Cc: Jan Kara , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] uapi/linux/quota.h: Do not include linux/errno.h Message-ID: <20170814095432.GA17820@quack2.suse.cz> References: <20170811142840.3BE7547DF45FE@oldenburg.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170811142840.3BE7547DF45FE@oldenburg.str.redhat.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 Content-Length: 826 Lines: 35 On Fri 11-08-17 16:24:15, Florian Weimer wrote: > linux/errno.h is very sensitive to coordination with libc headers. > Nothing in linux/quota.h needs it, so this change allows using > this header in more contexts. > > Signed-off-by: Florian Weimer Thanks! Added to my tree. Honza > --- > include/uapi/linux/quota.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/uapi/linux/quota.h b/include/uapi/linux/quota.h > index 4d2489ef6f10..f17c9636a859 100644 > --- a/include/uapi/linux/quota.h > +++ b/include/uapi/linux/quota.h > @@ -33,7 +33,6 @@ > #ifndef _UAPI_LINUX_QUOTA_ > #define _UAPI_LINUX_QUOTA_ > > -#include > #include > > #define __DQUOT_VERSION__ "dquot_6.6.0" > -- > 2.13.4 > > -- Jan Kara SUSE Labs, CR