commit | a14462f1bd4d3962994f518459102000438665aa | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Thu May 06 01:33:53 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat May 15 23:48:02 2010 -0700 |
tree | 309eda1cd2698a5224713e43173edbd640f4487f | |
parent | 10fc51b9953112ade61e33ff2f6f005f005a2361 [diff] |
net: adjust handle_macvlan to pass port struct to hook Now there's null check here and also again in the hook. Looking at bridge bits which are simmilar, port structure is rcu_dereferenced right away in handle_bridge and passed to hook. Looks nicer. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>