commit | cd28786d6d4209ec32a375d92188ec7b4d98779f | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Fri Nov 17 17:38:44 2006 -0500 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:24:05 2006 -0800 |
tree | 61c0d2db9b99dd05b695202cdce7e9ec9c26ff03 | |
parent | 1f758d93548fb3c6297c05a351a4ba532de6a497 [diff] |
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 <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org>