commit | bed1be20867d17a3eb2fb5e1613ebdc50c83b8aa | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Jun 09 18:14:58 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Jun 09 18:14:58 2010 +0200 |
tree | c8350ba3c47861b11857ff943d8647d7bd08eb36 | |
parent | c463ac972315a0c86bb20b8d35225baa75caf899 [diff] |
netfilter: nfnetlink_log: RCU conversion - instances_lock becomes a spinlock - lockless lookups While nfnetlink_log probably not performance critical, using less rwlocks in our code is always welcomed... Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>