commit | 259875efed06d6936f54c9a264e868937f1bc217 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 02 14:43:47 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 09 12:09:38 2008 -0400 |
tree | c3831c6050582e6ab90ab523131788e2b09df163 | |
parent | 40fef8a649e5344bfb6a67a7cc3def3e0dad6448 [diff] |
NFS: set transport defaults after mount option parsing is finished Move the UDP/TCP default timeo/retrans settings for text mounts to nfs_init_timeout_values(), which was were they were always being initialised (and sanity checked) for binary mounts. Document the default timeout values using appropriate #defines. Ensure that we initialise and sanity check the transport protocols that may have been specified by the user. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>