commit | c5811dbdd26284d63c19fca618bd740dd10ad53d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 06 15:40:15 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 06 15:40:15 2009 -0400 |
tree | e41cdb8f267340cd78e5955523c14353b96cb714 | |
parent | 0eca52a92735f43462165efe00a7e394345fb38e [diff] |
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 <Trond.Myklebust@netapp.com>