At least one of these is actually wrong anyway. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> --- include/linux/nfsd/const.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/include/linux/nfsd/const.h b/include/linux/nfsd/const.h index 323f8cf..feb3764 100644 --- a/include/linux/nfsd/const.h +++ b/include/linux/nfsd/const.h @@ -15,11 +15,6 @@ #include <linux/nfs4.h> /* - * Maximum protocol version supported by knfsd - */ -#define NFSSVC_MAXVERS 3 - -/* * Maximum blocksizes supported by daemon under various circumstances. */ #define NFSSVC_MAXBLKSIZE RPCSVC_MAXPAYLOAD @@ -42,14 +37,6 @@ */ #define NFSD_BUFSIZE ((RPC_MAX_HEADER_WITH_AUTH+26)*XDR_UNIT + NFSSVC_MAXBLKSIZE) -#ifdef CONFIG_NFSD_V4 -# define NFSSVC_XDRSIZE NFS4_SVC_XDRSIZE -#elif defined(CONFIG_NFSD_V3) -# define NFSSVC_XDRSIZE NFS3_SVC_XDRSIZE -#else -# define NFSSVC_XDRSIZE NFS2_SVC_XDRSIZE -#endif - #endif /* __KERNEL__ */ #endif /* _LINUX_NFSD_CONST_H */ -- 1.7.4.1 -- 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