Re: [PATCH] xfrm: constify xfrm_replay structures

2016-08-11 Thread Steffen Klassert
On Tue, Aug 09, 2016 at 06:27:08PM +0200, Julia Lawall wrote: > The xfrm_replay structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied to the ipsec-next tree, thanks!

[PATCH] xfrm: constify xfrm_replay structures

2016-08-09 Thread Julia Lawall
The xfrm_replay structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- include/net/xfrm.h |2 +- net/xfrm/xfrm_replay.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/net/xfrm.h b