ipv6: Fix types of ip6_update_pmtu().
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Jun 2012 03:01:57 +0000 (20:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Jun 2012 03:01:57 +0000 (20:01 -0700)
commit42ae66c80d94645e8f74080c7f344596d6f19cd5
treea60af9f1e0fe532bd4404ecb301830ffb378db56
parent7e52b33bd50faa866bc3e6e97e68438bc5e52251
ipv6: Fix types of ip6_update_pmtu().

The mtu should be a __be32, not the mark.

Reported-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c