inet_diag: Move byte-code finding up the call-stack
authorPavel Emelyanov <xemul@parallels.com>
Tue, 6 Dec 2011 07:57:26 +0000 (07:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Dec 2011 18:58:01 +0000 (13:58 -0500)
commit37f352b5e3e89337f7a9a3a90250b5dde3c5f40d
treeb7a6b0528e7715b08741d16ab2fd9102da99ad21
parent8d34172dfdb762a306cdf58b547aa10d798622ec
inet_diag: Move byte-code finding up the call-stack

Current code calculates it at fixed offset. This offset will change, so
move the BC calculation upper to make the further patching simpler.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_diag.c