From: Patrick McHardy Date: Wed, 14 Mar 2007 23:39:07 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack: simplify l4 protocol array allocation X-Git-Tag: v2.6.22-rc1~1128^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a1e615d1ba942b9e783079d53f741e4a8e1c89;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed