commit | a79878f00dad97d03a3e62a48b06227d55ae5fe4 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Mon Jan 14 22:56:01 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:08 2008 -0800 |
tree | 6d723e833f6e284da09580d8981d26a1ec32f587 | |
parent | a308da1627d711fd0c7542bfe892abc78d65d215 [diff] |
[ARP]: Move inet_addr_type call after simple error checks in arp_contructor. The neighbour entry will be destroyed in the case of error, so it is pointless to perform constly routing table lookup in this case. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>