[NETFILTER]: nf_conntrack: simplify l4 protocol array allocation
authorPatrick McHardy <kaber@trash.net>
Wed, 14 Mar 2007 23:39:07 +0000 (16:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:25:43 +0000 (22:25 -0700)
commitc6a1e615d1ba942b9e783079d53f741e4a8e1c89
tree230f3c78633b4066cc49af8b45c614d32d760e34
parent0661cca9c216322e77dca7f47df107c02ce4e70c
[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>
net/netfilter/nf_conntrack_proto.c