diff options
author | Rami Rosen <ramirose@gmail.com> | 2013-06-15 16:04:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-20 02:06:52 -0400 |
commit | af92e5425e4a7cfbc9b85dc268acfaadb551cc56 (patch) | |
tree | fe223a3819244feaa67950d40dda02715a742de8 /net/ipv4/inet_fragment.c | |
parent | c9364636dcb01a6fc37ca2c6a51c5aa0c663013c (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>
Diffstat (limited to 'net/ipv4/inet_fragment.c')
-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 */ |