]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfrm: constify xfrm_replay structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 9 Aug 2016 16:27:08 +0000 (18:27 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 10 Aug 2016 09:18:49 +0000 (11:18 +0200)
commite45a8a9e60ff1dd5ad118c794337a1101b46ab0d
tree318b7e57fac05bf21425d4c23cb6041c4ce55cc4
parent0184165b2f42c4b032da9dd11546bfbaeb5afd4e
xfrm: constify xfrm_replay structures

The xfrm_replay structures are never modified, so declare them as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/net/xfrm.h
net/xfrm/xfrm_replay.c