Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] nfsd: default NFSv4.2 to on
@ 2015-02-02 16:15 J. Bruce Fields
  2015-02-11 12:37 ` Christoph Hellwig
  0 siblings, 1 reply; 9+ messages in thread
From: J. Bruce Fields @ 2015-02-02 16:15 UTC (permalink / raw)
  To: linux-nfs

From: "J. Bruce Fields" <bfields@redhat.com>

The code seems to work.  The protocol looks stable.  The kernel's
version defaults can be overridden by rpc.nfsd arguments.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
---
 fs/nfsd/nfssvc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c
index 314f5c8f8f1a..9277cc91c21b 100644
--- a/fs/nfsd/nfssvc.c
+++ b/fs/nfsd/nfssvc.c
@@ -119,6 +119,7 @@ struct svc_program		nfsd_program = {
 static bool nfsd_supported_minorversions[NFSD_SUPPORTED_MINOR_VERSION + 1] = {
 	[0] = 1,
 	[1] = 1,
+	[2] = 1,
 };
 
 int nfsd_vers(int vers, enum vers_op change)
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-02-11 18:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 16:15 [PATCH] nfsd: default NFSv4.2 to on J. Bruce Fields
2015-02-11 12:37 ` Christoph Hellwig
2015-02-11 14:12   ` J. Bruce Fields
2015-02-11 14:16     ` Christoph Hellwig
2015-02-11 14:54       ` J. Bruce Fields
2015-02-11 15:15         ` Trond Myklebust
2015-02-11 15:32           ` J. Bruce Fields
2015-02-11 18:12         ` Tom Haynes
2015-02-11 18:27           ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox