commit | 9423a08ad5773d0a7612d434700561dc8346b6d6 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Sep 23 14:36:38 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Sep 23 14:36:38 2009 -0400 |
tree | 3d43b5d0bd90526f64d5f3950f25e539fa14ed63 | |
parent | 61d0a8e6a8049cea246ee7ec19b042d4ff1f6ef6 [diff] |
NFS: Add nfs_alloc_parsed_mount_data Allocating nfs_parsed_mount_data and setting up the defaults is nearly the same for both nfs and nfs4 mounts. Both paths seem to use nfs_validate_transport_protocol(), so setting a default value for nfs_server.protocol ought to be unnecessary. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>