]> git.baikalelectronics.ru Git - kernel.git/commit
macvlan: fix macvlan_get_size()
authorEric Dumazet <edumazet@google.com>
Thu, 17 Jan 2013 21:30:49 +0000 (13:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2013 21:40:35 +0000 (16:40 -0500)
commit73294634138001b0e32bee4f73e49df08c94f643
tree650bdace0284fc3460477b83f8d7ec69b58033b5
parentfc60563b087a48661c82f3ec556a3cdd0a980faa
macvlan: fix macvlan_get_size()

commit a3e17141dde (macvlan: add FDB bridge ops and macvlan flags)
forgot to update macvlan_get_size() after the addition of
IFLA_MACVLAN_FLAGS

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c