commit | 898f73585bbe4bdbb471636ecdede071f7473e51 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Dec 01 13:28:34 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 01 13:28:34 2011 -0500 |
tree | 73a587dbc21e397737984808bfa9c8594f06210d | |
parent | fa17a019c87e2ed25b653844f668f111ee059e56 [diff] |
dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). This also works around a bogus gcc warning generated by an upcoming patch from Eric Dumazet that rearranges the layout of struct flowi4. Signed-off-by: David S. Miller <davem@davemloft.net>