aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/auth.h')
-rw-r--r--include/linux/sunrpc/auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h
index 899791573a40..3a40287b4d27 100644
--- a/include/linux/sunrpc/auth.h
+++ b/include/linux/sunrpc/auth.h
@@ -107,6 +107,9 @@ struct rpc_auth {
107 /* per-flavor data */ 107 /* per-flavor data */
108}; 108};
109 109
110/* rpc_auth au_flags */
111#define RPCAUTH_AUTH_DATATOUCH 0x00000002
112
110struct rpc_auth_create_args { 113struct rpc_auth_create_args {
111 rpc_authflavor_t pseudoflavor; 114 rpc_authflavor_t pseudoflavor;
112 const char *target_name; 115 const char *target_name;