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)
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>

No differences found