diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2020-05-19 20:34:12 +0200 | 
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2020-05-19 20:34:12 +0200 | 
| commit | 9013196a467e770e1470cccee6c0fe435ef37c66 (patch) | |
| tree | 2aefbb9d14a1a7513af9e752fe5bb80cf6b00c0c /include/linux/sunrpc/gss_api.h | |
| parent | 2a0a24ebb499c9d499eea948d3fc108f936e36d4 (diff) | |
| parent | 39f23ce07b9355d05a64ae303ce20d1c4b92b957 (diff) | |
Merge branch 'sched/urgent'
Diffstat (limited to 'include/linux/sunrpc/gss_api.h')
| -rw-r--r-- | include/linux/sunrpc/gss_api.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_api.h b/include/linux/sunrpc/gss_api.h index 48c1b1674cbf..bc07e51f20d1 100644 --- a/include/linux/sunrpc/gss_api.h +++ b/include/linux/sunrpc/gss_api.h @@ -21,6 +21,7 @@  struct gss_ctx {  	struct gss_api_mech	*mech_type;  	void			*internal_ctx_id; +	unsigned int		slack, align;  };  #define GSS_C_NO_BUFFER		((struct xdr_netobj) 0) @@ -66,6 +67,7 @@ u32 gss_wrap(  u32 gss_unwrap(  		struct gss_ctx		*ctx_id,  		int			offset, +		int			len,  		struct xdr_buf		*inbuf);  u32 gss_delete_sec_context(  		struct gss_ctx		**ctx_id); @@ -126,6 +128,7 @@ struct gss_api_ops {  	u32 (*gss_unwrap)(  			struct gss_ctx		*ctx_id,  			int			offset, +			int			len,  			struct xdr_buf		*buf);  	void (*gss_delete_sec_context)(  			void			*internal_ctx_id);  | 
