From: Ben Hutchings Date: Wed, 4 Jul 2012 21:25:07 +0000 (+0100) Subject: sfc: Fix interface statistics running backward X-Git-Tag: v3.6-rc1~125^2~120^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7f514af7d6f36bc2f683e04a909c95e4744b95b;p=pandora-kernel.git sfc: Fix interface statistics running backward Some interface statistics are computed in such a way that they can sometimes decrease (and even underflow). Since the computed value will never be greater than the true value, we fix this by only storing the computed value when it increases. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed