]> git.baikalelectronics.ru Git - kernel.git/commit
inet: frag , remove an empty ifdef.
authorRami Rosen <ramirose@gmail.com>
Sat, 15 Jun 2013 20:04:56 +0000 (23:04 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 06:06:52 +0000 (23:06 -0700)
commiteb2cc6708312c9066ce86ca6ecededc3f4424f2b
treefe223a3819244feaa67950d40dda02715a742de8
parentd8876edb31a27b2d857acc8771f26b9cc16d6f60
inet: frag , remove an empty ifdef.

This patch removes an empty ifdef from inet_frag_intern()
in net/ipv4/inet_fragment.c.

commit d2c5b6e33350be0e68749c9538c1ac409c57d937
(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>
net/ipv4/inet_fragment.c