Return-Path: Received: from fieldses.org ([174.143.236.118]:39631 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752418Ab1HHPzn (ORCPT ); Mon, 8 Aug 2011 11:55:43 -0400 Date: Mon, 8 Aug 2011 11:55:38 -0400 From: "J. Bruce Fields" To: Ben Hutchings Cc: Neil Brown , linux-nfs@vger.kernel.org Subject: Re: [PATCH] headers, nfsd: Add missing #includes to Message-ID: <20110808155538.GB904@fieldses.org> References: <1312810169.2591.1153.camel@deadeye> Content-Type: text/plain; charset=us-ascii In-Reply-To: <1312810169.2591.1153.camel@deadeye> Sender: linux-nfs-owner@vger.kernel.org List-ID: MIME-Version: 1.0 On Mon, Aug 08, 2011 at 02:29:29PM +0100, Ben Hutchings wrote: > uses the NFS_MAXPATHLEN and NFS_FHSIZE macros > defined in , and struct knfsd_fh defined in > . Well, the real bug is that this file exists at all. Neil sent this http://marc.info/?l=linux-nfs&m=130881392416899&w=2 in a while ago but I didn't want to attempt to merge something that touched every arch directory. I wonder what we should do.... --b. > > Signed-off-by: Ben Hutchings > --- > include/linux/nfsd/syscall.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/linux/nfsd/syscall.h b/include/linux/nfsd/syscall.h > index 812bc1e..07b75f2 100644 > --- a/include/linux/nfsd/syscall.h > +++ b/include/linux/nfsd/syscall.h > @@ -10,7 +10,9 @@ > #define NFSD_SYSCALL_H > > #include > +#include > #include > +#include > > /* > * Version of the syscall interface > -- > 1.7.5.4 > >