commit | ff7d11797e728efbd1da8cfaa6f7c37585784ca5 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Feb 22 18:35:33 2017 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Feb 27 18:04:17 2017 -0500 |
tree | 7ba761667ee270062c72519b07bb7b75c6a67e1e | |
parent | d3635ff07e8ca598d44f72bbf5d6c65b8ebeeb46 [diff] |
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>