From: J. Bruce Fields Date: Mon, 8 Jul 2013 23:51:44 +0000 (-0400) Subject: nfsd4: fix minorversion support interface X-Git-Tag: v3.11-rc2~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f7a14fc1180164d6358a5885031fc187ef1bfa;p=pandora-kernel.git 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: J. Bruce Fields --- Reading git-diff-tree failed