[IPV4]: fib_sync_down rework.
authorDenis V. Lunev <den@openvz.org>
Fri, 1 Feb 2008 02:48:47 +0000 (18:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:28:39 +0000 (19:28 -0800)
fib_sync_down can be called with an address and with a device. In
reality it is called either with address OR with a device. The
codepath inside is completely different, so lets separate it into two
calls for these two cases.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found