]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd: Fix display of the version string
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 22 Feb 2017 23:35:33 +0000 (18:35 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Feb 2017 23:04:17 +0000 (18:04 -0500)
commitff7d11797e728efbd1da8cfaa6f7c37585784ca5
tree7ba761667ee270062c72519b07bb7b75c6a67e1e
parentd3635ff07e8ca598d44f72bbf5d6c65b8ebeeb46
nfsd: Fix display of the version string

The current display code assumes that v4 minor version 0 is tracked by
the call to nfsd_vers(). Now it is tracked by nfsd_minorversion(), and
so we need to adjust the display code.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsctl.c