From: Chuck Lever Date: Tue, 22 May 2012 02:46:07 +0000 (-0400) Subject: NFS: Add nfs_client behavior flags X-Git-Tag: v3.5-rc1~52^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf590e08f6db3395c181618a4c14f1c39b7c4af;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed