commit | c6a1e615d1ba942b9e783079d53f741e4a8e1c89 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Mar 14 16:39:07 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:25:43 2007 -0700 |
tree | 230f3c78633b4066cc49af8b45c614d32d760e34 | |
parent | 0661cca9c216322e77dca7f47df107c02ce4e70c [diff] |
[NETFILTER]: nf_conntrack: simplify l4 protocol array allocation The retrying after an allocation failure is not necessary anymore since we're holding the mutex the entire time, for the same reason the double allocation race can't happen anymore. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>