Use user mode nfs-utils (rpc.nfsd option) to enable. Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfsd/nfssvc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c index 097dc55..1f26d9f 100644 --- a/fs/nfsd/nfssvc.c +++ b/fs/nfsd/nfssvc.c @@ -121,7 +121,7 @@ struct svc_program nfsd_program = { }; -u32 nfsd_supported_minorversion = NFSD_SUPPORTED_MINOR_VERSION; +u32 nfsd_supported_minorversion; int nfsd_vers(int vers, enum vers_op change) { -- 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