commit | 528a3a6f67d4fbe708b9f306be194e78b29e8d7a | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 17 16:00:40 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Nov 17 16:00:40 2008 +0100 |
tree | 7699b945859a1c2f2457687aabbd6aefea24b7a3 | |
parent | bfe2967735e0e0f650bf698a5683db2b6cf4cfd7 [diff] |
netfilter: ctnetlink: get rid of module refcounting in ctnetlink This patch replaces the unnecessary module refcounting with the read-side locks. With this patch, all the dump and fill_info function are called under the RCU read lock. Based on a patch from Fabian Hugelshofer. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.net>