Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[deliverable/linux.git] / net / core / neighbour.c
index 6a395d4402288be0bed26f2a5407db57204997e2..29dd8cc22bbf87a05d555ff16d62e6dee0b536d4 100644 (file)
@@ -1857,7 +1857,8 @@ static int neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl,
                        ndst.ndts_table_fulls           += st->table_fulls;
                }
 
-               if (nla_put(skb, NDTA_STATS, sizeof(ndst), &ndst))
+               if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst,
+                                 NDTA_PAD))
                        goto nla_put_failure;
        }
 
This page took 0.026288 seconds and 5 git commands to generate.