<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@xxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html