xt_condition: remove unnecessary RCU protection

The module does not use the RCU mechanism, so calling
list_add_rcu/list_del_rcu does not make much sense either.
This commit is contained in:
Jan Engelhardt
2010-04-09 12:25:30 +02:00
parent 79c55ab325
commit 47cbb07162
2 changed files with 4 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ HEAD
- TEE: do not retain iif and mark on cloned packet
- TEE: new loop detection logic
- TEE: use less expensive pskb_copy
- condition: remove unnecessary RCU protection
Xtables-addons 1.24 (March 17 2010)