]> git.baikalelectronics.ru Git - kernel.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)
commite2b9c044a52aca818b94785b4064292e1b5f5a92
tree7ba761667ee270062c72519b07bb7b75c6a67e1e
parent216d5cbaa4919d1433ca5b6c1ccb65bc357c8352
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