From: Trond Myklebust Date: Tue, 6 Oct 2009 19:40:15 +0000 (-0400) Subject: NFS: Fix a default mount regression... X-Git-Tag: v2.6.32-rc4~22^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5811dbdd26284d63c19fca618bd740dd10ad53d;p=pandora-kernel.git NFS: Fix a default mount regression... With the recent spate of changes, the nfs protocol version will now default to 2 instead of 3, while the mount protocol version defaults to 3. The following patch should ensure the defaults are consistent with the previous defaults of vers=3,proto=tcp,mountvers=3,mountproto=tcp. This fixes the bug http://bugzilla.kernel.org/show_bug.cgi?id=14259 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed