Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752041Ab2BPOSJ (ORCPT ); Thu, 16 Feb 2012 09:18:09 -0500 Received: from mx2.netapp.com ([216.240.18.37]:40998 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267Ab2BPOSH (ORCPT ); Thu, 16 Feb 2012 09:18:07 -0500 X-IronPort-AV: E=Sophos;i="4.73,429,1325491200"; d="scan'208";a="625953594" Message-ID: <4F3D101C.6080805@netapp.com> Date: Thu, 16 Feb 2012 09:18:04 -0500 From: Bryan Schumaker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120212 Thunderbird/10.0.1 MIME-Version: 1.0 To: Danny Kukawka CC: Trond Myklebust , Danny Kukawka , linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fs/nfs/dns_resolve.c: included linux/nfs_fs.h twice References: <1329400481-31627-1-git-send-email-danny.kukawka@bisect.de> In-Reply-To: <1329400481-31627-1-git-send-email-danny.kukawka@bisect.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1416 Lines: 44 On 02/16/12 08:54, Danny Kukawka wrote: > fs/nfs/dns_resolve.c: included 'linux/nfs_fs.h' twice. No need ^^^^^^^^^^^^^ You probably meant idamp.c here... Good catch. My idmapper fallback changes from a few weeks ago should have already done this see: e6499c6f4b5f56a16f8b8ef60529c1da28b13aea NFS: Fall back on old idmapper if request_key() fails 3cd0f37a2cc9e4d6188df10041a2441eaa41d991 NFS: Keep idmapper include files in one place in Trond's nfs-for-next branch. - Bryan > to include it in the 'CONFIG_NFS_USE_NEW_IDMAPPER not defined' > block since it's already included at the top of the file. > > Signed-off-by: Danny Kukawka > --- > fs/nfs/idmap.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c > index 2c05f19..1526b5f 100644 > --- a/fs/nfs/idmap.c > +++ b/fs/nfs/idmap.c > @@ -374,8 +374,6 @@ int nfs_map_gid_to_group(const struct nfs_server *server, __u32 gid, char *buf, > #include > #include > > -#include > - > #include "nfs4_fs.h" > > #define IDMAP_HASH_SZ 128 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/