Skip to content

Commit af92e54

Browse files
ramirosendavem330
authored andcommitted
inet: frag , remove an empty ifdef.
This patch removes an empty ifdef from inet_frag_intern() in net/ipv4/inet_fragment.c. commit b67bfe0 (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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c936463 commit af92e54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/ipv4/inet_fragment.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf,
247247
{
248248
struct inet_frag_bucket *hb;
249249
struct inet_frag_queue *qp;
250-
#ifdef CONFIG_SMP
251-
#endif
252250
unsigned int hash;
253251

254252
read_lock(&f->lock); /* Protects against hash rebuild */

0 commit comments

Comments
 (0)