From: Pablo Neira Ayuso Date: Wed, 28 May 2014 13:27:18 +0000 (+0200) Subject: netfilter: nft_rbtree: introduce locking X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~61^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7632667d26a99d3b33ec8dd522c4086653ff9388;p=pandora-kernel.git netfilter: nft_rbtree: introduce locking There's no rbtree rcu version yet, so let's fall back on the spinlock to protect the concurrent access of this structure both from user (to update the set content) and kernel-space (in the packet path). Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed