commit | 4bf590e08f6db3395c181618a4c14f1c39b7c4af | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon May 21 22:46:07 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue May 22 16:45:47 2012 -0400 |
tree | a55286e214564ef1bea4cb270258b75e849268c1 | |
parent | 8cab4c390b43fe34c07bd33799c1bc24be648122 [diff] |
NFS: Add nfs_client behavior flags "noresvport" and "discrtry" can be passed to nfs_create_rpc_client() by setting flags in the passed-in nfs_client. This change makes it easy to add new flags. Note that these settings are now "sticky" over the lifetime of a struct nfs_client, and may even be copied when an nfs_client is cloned. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>