aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2013-06-15 23:04:56 +0300
committerAlex Shi <alex.shi@linaro.org>2015-12-01 14:33:28 +0800
commit38df2e323cdd05d205ac071e6d39c617a49ab8f6 (patch)
treee744b2944907867909e049ee2263ddad223c5b8e
parentc748e48ce419e01a8187fe24e2243a56d45d6e0c (diff)
inet: frag , remove an empty ifdef.
This patch removes an empty ifdef from inet_frag_intern() in net/ipv4/inet_fragment.c. commit b67bfe0d42cac56c512dd5da4b1b347a23f4b70a (hlist: drop the node parameter from iterators) removed hlist from net/ipv4/inet_fragment.c, but did not remove the enclosing ifdef command, which is now empty. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit af92e5425e4a7cfbc9b85dc268acfaadb551cc56) Signed-off-by: Alex Shi <alex.shi@linaro.org>
-rw-r--r--net/ipv4/inet_fragment.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c
index af02a39175e3..66cfb6b283a2 100644
--- a/net/ipv4/inet_fragment.c
+++ b/net/ipv4/inet_fragment.c
@@ -247,8 +247,6 @@ static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf,
{
struct inet_frag_bucket *hb;
struct inet_frag_queue *qp;
-#ifdef CONFIG_SMP
-#endif
unsigned int hash;
read_lock(&f->lock); /* Protects against hash rebuild */