commit | 37f352b5e3e89337f7a9a3a90250b5dde3c5f40d | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Tue Dec 06 07:57:26 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 06 13:58:01 2011 -0500 |
tree | b7a6b0528e7715b08741d16ab2fd9102da99ad21 | |
parent | 8d34172dfdb762a306cdf58b547aa10d798622ec [diff] |
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>