commit | af92e5425e4a7cfbc9b85dc268acfaadb551cc56 | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Sat Jun 15 23:04:56 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 19 23:06:52 2013 -0700 |
tree | fe223a3819244feaa67950d40dda02715a742de8 | |
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>