diff options
-rw-r--r-- | net/ipv4/inet_fragment.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c index 7e06641e36ae..4b864430a8c4 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, | |||
247 | { | 247 | { |
248 | struct inet_frag_bucket *hb; | 248 | struct inet_frag_bucket *hb; |
249 | struct inet_frag_queue *qp; | 249 | struct inet_frag_queue *qp; |
250 | #ifdef CONFIG_SMP | ||
251 | #endif | ||
252 | unsigned int hash; | 250 | unsigned int hash; |
253 | 251 | ||
254 | read_lock(&f->lock); /* Protects against hash rebuild */ | 252 | read_lock(&f->lock); /* Protects against hash rebuild */ |