From: Eric Dumazet Date: Mon, 17 Mar 2014 20:37:53 +0000 (-0700) Subject: netfilter: conntrack: Fix UP builds X-Git-Tag: v3.15-rc1~113^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d20912d33f13766902a27087323f5c94e831c8;p=pandora-kernel.git netfilter: conntrack: Fix UP builds ARRAY_SIZE(nf_conntrack_locks) is undefined if spinlock_t is an empty structure. Replace it by CONNTRACK_LOCKS Fixes: 93bb0ceb75be ("netfilter: conntrack: remove central spinlock nf_conntrack_lock") Reported-by: kbuild test robot Signed-off-by: Eric Dumazet Cc: Jesper Dangaard Brouer Cc: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed