All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix up nfsd to enable NFSv4.x without NFSv4.0
@ 2017-02-22 23:35 Trond Myklebust
  2017-02-22 23:35 ` [PATCH v2 1/2] nfsd: Allow enabling NFSv4.x without also requiring NFSv4.0 Trond Myklebust
  2017-02-23  0:13 ` [PATCH v2 0/2] Fix up nfsd to enable NFSv4.x without NFSv4.0 NeilBrown
  0 siblings, 2 replies; 10+ messages in thread
From: Trond Myklebust @ 2017-02-22 23:35 UTC (permalink / raw)
  To: bfields, neilb; +Cc: linux-nfs

This patch series was intended as a standalone series. However it now
aims to fix up a few issues with Neil's initial patch:

1) When the user turns off all minor versions of NFSv4, then that should
   be equivalent to turning off NFSv4 support, and so when someone tries
   to mount, we should return RPC_PROG_MISMATCH.
2) Allow the user to use either '4.0' or '4' in order to enable or disable
   minor version 0. Other minor versions remain enabled/disabled using the
   '4.x' format.
3) Fix up the display of the minor versions so that we don't add '4.0'.
   Previous kernels have always assumed the '4' means 'minor version 0',
   so there should be no need to have both.

v2: Make incremental to Neil's patch
    Fix up display of the version string

Trond Myklebust (2):
  nfsd: Allow enabling NFSv4.x without also requiring NFSv4.0
  nfsd: Fix display of the version string

 fs/nfsd/nfsctl.c | 72 ++++++++++++++++++++++++++------------------------------
 fs/nfsd/nfssvc.c | 14 +++++++++++
 2 files changed, 48 insertions(+), 38 deletions(-)

-- 
2.9.3


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

end of thread, other threads:[~2017-03-09 20:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22 23:35 [PATCH v2 0/2] Fix up nfsd to enable NFSv4.x without NFSv4.0 Trond Myklebust
2017-02-22 23:35 ` [PATCH v2 1/2] nfsd: Allow enabling NFSv4.x without also requiring NFSv4.0 Trond Myklebust
2017-02-22 23:35   ` [PATCH v2 2/2] nfsd: Fix display of the version string Trond Myklebust
2017-02-23  0:13 ` [PATCH v2 0/2] Fix up nfsd to enable NFSv4.x without NFSv4.0 NeilBrown
2017-02-23  1:00   ` Trond Myklebust
2017-02-27 23:03     ` bfields
2017-03-02 22:57       ` NeilBrown
2017-03-04 18:55         ` Trond Myklebust
2017-03-06  4:26           ` NeilBrown
2017-03-09 20:51             ` bfields

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.