ipv4: Consolidate ipv4 dst allocation logic.
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Feb 2011 23:42:37 +0000 (15:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Feb 2011 23:42:37 +0000 (15:42 -0800)
This also allows us to combine all the dst->flags settings and avoid
read/modify/write sequences to this struct member.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c

Simple merge