commit | 60b6aa3b319d902db49dbaee7433fe2ac7d0cdb5 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Thu Mar 21 11:58:09 2013 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 02 00:23:44 2013 +0200 |
tree | 6b41c22348ab58c270a3703605d98ba6c88327de | |
parent | 276472eae063d717b775fdfc87529937402d0e08 [diff] |
ipvs: convert locks used in persistence engines Allow the readers to use RCU lock and for PE module registrations use global mutex instead of spinlock. All PE modules need to use synchronize_rcu in their module exit handler. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off by: Hans Schillstrom <hans@schillstrom.com> Signed-off-by: Simon Horman <horms@verge.net.au>