commit | 4a64830af0fd4dbec908cfbab117def5086acd4a | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jan 14 23:47:25 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:37 2008 -0800 |
tree | fe14178c897058761d20fa47850452aaef9bb8c5 | |
parent | efe9f68afeaf2ce12636990a8c811fb1cc23b12b [diff] |
[NETFILTER]: nf_conntrack_sctp: don't take sctp_lock once per chunk Don't take and release the lock once per SCTP chunk, simply hold it the entire time while iterating through the chunks. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>