From: Jan Engelhardt Date: Sun, 28 Mar 2010 00:15:29 +0000 (-0700) Subject: net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64 X-Git-Tag: v2.6.35-rc1~473^2~680 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcfe1964e627b62fbc6e45609b1f0db2c64dd14;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed