pfkey: Use const where possible.
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Feb 2011 02:07:06 +0000 (18:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Feb 2011 02:07:06 +0000 (18:07 -0800)
commit4c93fbb0626080d196fb461c859b24a1feec3270
tree4bc988738d95e3d34d41fb3dbd1982ed94bfbd75
parent52bc97470e22e67f11b054e51a31eee100ef6867
pfkey: Use const where possible.

This actually pointed out a (seemingly known) bug where we mangle the
pfkey header in a potentially shared SKB, which is fixed here.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/key/af_key.c