All of lore.kernel.org
 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; 19+ 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] 19+ messages in thread

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

Thread overview: 19+ 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
     [not found]     ` <20110808180658.GC29924-/+tVBieCtBitmTQ+vhA3Yw@public.gmane.org>
2011-08-26 22:03       ` [PATCH] All Arch: remove linkage for sys_nfsservctl system call J. Bruce Fields
2011-08-26 22:03         ` J. Bruce Fields
2011-08-26 23:32         ` Ben Hutchings
     [not found]           ` <20110826233258.GE24107-/+tVBieCtBitmTQ+vhA3Yw@public.gmane.org>
2011-08-26 23:52             ` J. Bruce Fields
2011-08-26 23:52               ` J. Bruce Fields
2011-08-27  0:01           ` David Miller
2011-08-27 14:39         ` Mike Frysinger
2011-08-27 14:39           ` Mike Frysinger
2011-08-28 21:12         ` David Miller
2011-08-28 23:50         ` Tony Breeds
     [not found]         ` <20110826220311.GA18140-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>
2011-08-29 22:57           ` Stephen Rothwell
2011-08-29 22:57             ` Stephen Rothwell
2011-08-29 23:11             ` NeilBrown
     [not found]               ` <20110830091150.176cd08c-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2011-08-31 13:46                 ` J. Bruce Fields
2011-08-31 13:46                   ` J. Bruce Fields
2011-08-31 10:15         ` David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.