Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] headers, nfsd: Add missing #includes to <linux/nfsd/syscall.h>
@ 2011-08-08 13:29 Ben Hutchings
  2011-08-08 15:55 ` J. Bruce Fields
  0 siblings, 1 reply; 14+ messages in thread
From: Ben Hutchings @ 2011-08-08 13:29 UTC (permalink / raw)
  To: J. Bruce Fields, Neil Brown; +Cc: linux-nfs

<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



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-08-31 13:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 13:29 [PATCH] headers, nfsd: Add missing #includes to <linux/nfsd/syscall.h> Ben Hutchings
2011-08-08 15:55 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox