From: Paul Moore Date: Fri, 17 Nov 2006 22:38:44 +0000 (-0500) Subject: NetLabel: convert the unlabeled accept flag to use RCU X-Git-Tag: v2.6.20-rc1~34^2~40^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd28786d6d4209ec32a375d92188ec7b4d98779f;p=pandora-kernel.git NetLabel: convert the unlabeled accept flag to use RCU Currently the NetLabel unlabeled packet accept flag is an atomic type and it is checked for every non-NetLabel packet which comes into the system but rarely ever changed. This patch changes this flag to a normal integer and protects it with RCU locking. Signed-off-by: Paul Moore Signed-off-by: James Morris --- Reading git-diff-tree failed