Linux NFS development
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: "J. Bruce Fields" <bfields@fieldses.org>, Neil Brown <neilb@suse.de>
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH] headers, nfsd: Add missing #includes to <linux/nfsd/syscall.h>
Date: Mon, 08 Aug 2011 14:29:29 +0100	[thread overview]
Message-ID: <1312810169.2591.1153.camel@deadeye> (raw)

<linux/nfsd/syscall.h> uses the NFS_MAXPATHLEN and NFS_FHSIZE macros
defined in <linux/nfs.h>, and struct knfsd_fh defined in
<linux/nfsd/nfsfh.h>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 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 <linux/types.h>
+#include <linux/nfs.h>
 #include <linux/nfsd/export.h>
+#include <linux/nfsd/nfsfh.h>
 
 /*
  * Version of the syscall interface
-- 
1.7.5.4



             reply	other threads:[~2011-08-08 13:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-08 13:29 Ben Hutchings [this message]
2011-08-08 15:55 ` [PATCH] headers, nfsd: Add missing #includes to <linux/nfsd/syscall.h> J. Bruce Fields
2011-08-08 18:06   ` Ben Hutchings
2011-08-26 22:03     ` [PATCH] All Arch: remove linkage for sys_nfsservctl system call J. Bruce Fields
2011-08-26 23:32       ` Ben Hutchings
2011-08-26 23:52         ` J. Bruce Fields
2011-08-27  0:01         ` David Miller
2011-08-27 14:39       ` Mike Frysinger
2011-08-28 21:12       ` David Miller
2011-08-28 23:50       ` Tony Breeds
2011-08-29 22:57       ` Stephen Rothwell
2011-08-29 23:11         ` NeilBrown
2011-08-31 13:46           ` J. Bruce Fields
2011-08-31 10:15       ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312810169.2591.1153.camel@deadeye \
    --to=ben@decadent.org.uk \
    --cc=bfields@fieldses.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=neilb@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox