From: David S. Miller Date: Sat, 9 Jun 2012 06:24:18 +0000 (-0700) Subject: inet: Create and use rt{,6}_get_peer_create(). X-Git-Tag: v3.6-rc1~125^2~579 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfe95a42e90b3dd079cc9019ba7d7700feee0f6;p=pandora-kernel.git inet: Create and use rt{,6}_get_peer_create(). There's a lot of places that open-code rt{,6}_get_peer() only because they want to set 'create' to one. So add an rt{,6}_get_peer_create() for their sake. There were also a few spots open-coding plain rt{,6}_get_peer() and those are transformed here as well. Signed-off-by: David S. Miller --- Reading git-diff-tree failed