From: Marc Kleine-Budde Date: Mon, 7 Oct 2013 21:19:58 +0000 (+0200) Subject: net: vlan: fix nlmsg size calculation in vlan_get_size() X-Git-Tag: v3.2.53~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98459c1ed3af5d9240be460baf3ac6415d2a2dfe;p=pandora-kernel.git net: vlan: fix nlmsg size calculation in vlan_get_size() [ Upstream commit c33a39c575068c2ea9bffb22fd6de2df19c74b89 ] This patch fixes the calculation of the nlmsg size, by adding the missing nla_total_size(). Cc: Patrick McHardy Signed-off-by: Marc Kleine-Budde Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed