commit | 476e19cfa131e2b6eedc4017b627cdc4ca419ffb | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Thu May 05 13:35:15 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 05 13:35:15 2005 -0700 |
tree | 8c6881affa0d20a3ce2dd8d4f9a5b0ba588916c5 | |
parent | 25ae3f59b10dbd5e2b9b192ecc90ea935cc23e68 [diff] |
[IPV6]: Fix OOPS when using IPV6_ADDRFORM This causes sk->sk_prot to change, which makes the socket release free the sock into the wrong SLAB cache. Fix this by introducing sk_prot_creator so that we always remember where the sock came from. Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>