From: Patrick McHardy Date: Wed, 5 Dec 2007 09:28:10 +0000 (-0800) Subject: [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operation X-Git-Tag: v2.6.25-rc1~1162^2~1232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48b9b2fb383879a5d758d526b5eb8de4509f467;p=pandora-kernel.git [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operation The sequence counter doesn't need to be an atomic_t, just move the increment inside the locked section. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed