From: Pablo Neira Ayuso Date: Sat, 24 Dec 2011 13:11:39 +0000 (+0100) Subject: netfilter: ctnetlink: get and zero operations must be atomic X-Git-Tag: v3.3-rc1~182^2~125^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e60e67bc4bbfe61b61a344f542af23e16abdbf;p=pandora-kernel.git netfilter: ctnetlink: get and zero operations must be atomic The get and zero operations have to be done in an atomic context, otherwise counters added between them will be lost. This problem was spotted by Changli Gao while discussing the nfacct infrastructure. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed