Skip to content
Commit 35f7a14f authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: fix minorversion support interface



You can turn on or off support for minorversions using e.g.

	echo "-4.2" >/proc/fs/nfsd/versions

However, the current implementation is a little wonky.  For example, the
above will turn off 4.2 support, but it will also turn *on* 4.1 support.

This didn't matter as long as we only had 2 minorversions, which was
true till very recently.

And do a little cleanup here.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 1c327d96
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment