From: Marc Eshel <eshel@xxxxxxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- include/linux/nfsd/nfsd.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h index 3bccec3..d0fe9b4 100644 --- a/include/linux/nfsd/nfsd.h +++ b/include/linux/nfsd/nfsd.h @@ -23,7 +23,11 @@ /* * nfsd version */ +#if defined(CONFIG_NFSD_V4_1) +#define NFSD_SUPPORTED_MINOR_VERSION 1 +#else /* CONFIG_NFSD_V4_1 */ #define NFSD_SUPPORTED_MINOR_VERSION 0 +#endif /* CONFIG_NFSD_V4_1 */ /* * Flags for nfsd_permission -- 1.6.2.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