From: Arnaldo Carvalho de Melo Date: Thu, 5 May 2005 20:35:15 +0000 (-0700) Subject: [IPV6]: Fix OOPS when using IPV6_ADDRFORM X-Git-Tag: v2.6.12-rc4~116^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476e19cfa131e2b6eedc4017b627cdc4ca419ffb;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed