net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64
authorJan Engelhardt <jengelh@medozas.de>
Sun, 28 Mar 2010 00:15:29 +0000 (17:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Mar 2010 00:15:29 +0000 (17:15 -0700)
When more data is stuffed into an nlmsg than initially projected, an
extra allocation needs to be done. Reserve enough for IFLA_STATS64 so
that this does not to needlessy happen.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found