Merge branch 'nfs-rdma'

This commit is contained in:
Trond Myklebust 2016-07-24 17:09:02 -04:00
commit 1592c4d62a
205 changed files with 2422 additions and 1703 deletions

View file

@ -109,6 +109,9 @@ struct rpc_auth {
/* per-flavor data */
};
/* rpc_auth au_flags */
#define RPCAUTH_AUTH_DATATOUCH 0x00000002
struct rpc_auth_create_args {
rpc_authflavor_t pseudoflavor;
const char *target_name;