提交 ff6acd16 编写于 作者: D David S. Miller

xfrm: Const'ify address arguments to xfrm_addr_cmp()

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6418c4e0
......@@ -1520,7 +1520,8 @@ struct scatterlist;
typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *,
unsigned int);
static inline int xfrm_addr_cmp(xfrm_address_t *a, xfrm_address_t *b,
static inline int xfrm_addr_cmp(const xfrm_address_t *a,
const xfrm_address_t *b,
int family)
{
switch (family) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册