commit | adcfe1964e627b62fbc6e45609b1f0db2c64dd14 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Mar 27 17:15:29 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 27 17:15:29 2010 -0700 |
tree | 70b38565b7778c2e4c5d66731b29212e4f8665d8 | |
parent | 14a4b42bd6082b4ce3b94bad00cd367707cc1e97 [diff] |
net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64 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>