[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)
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>

No differences found