diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-02-11 11:25:31 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-02-14 11:17:47 -0500 |
commit | a00275baa68e1ee226cc659f54dc3a571f3ad600 (patch) | |
tree | 727a97615013552a814de9aa8288eb1309fedfb0 /include/linux/sunrpc | |
parent | 02ef04e432babf8fc703104212314e54112ecd2d (diff) |
SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize
au_verfsize will be needed for a non-flavor-specific computation
in a subsequent patch.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/auth.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index c51e1893f77e..359dfdd04e77 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
@@ -77,8 +77,7 @@ struct rpc_auth { | |||
77 | /* guess at number of u32's auth adds before | 77 | /* guess at number of u32's auth adds before |
78 | * reply data; normally the verifier size: */ | 78 | * reply data; normally the verifier size: */ |
79 | unsigned int au_rslack; | 79 | unsigned int au_rslack; |
80 | /* for gss, used to calculate au_rslack: */ | 80 | unsigned int au_verfsize; /* size of reply verifier */ |
81 | unsigned int au_verfsize; | ||
82 | 81 | ||
83 | unsigned int au_flags; /* various flags */ | 82 | unsigned int au_flags; /* various flags */ |
84 | const struct rpc_authops *au_ops; /* operations */ | 83 | const struct rpc_authops *au_ops; /* operations */ |