]> 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)
commita2a50b5bb127e0f99fce9a2c52c168ff86179e34
tree7ba761667ee270062c72519b07bb7b75c6a67e1e
parent1de1216b6b37b34fa586e5c36dcfb4a461f915f1
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