* [PATCH net-next] inet: frag , remove an empty ifdef.
@ 2013-06-15 20:04 Rami Rosen
2013-06-20 6:07 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2013-06-15 20:04 UTC (permalink / raw)
To: davem; +Cc: netdev, Rami Rosen
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>
---
net/ipv4/inet_fragment.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c
index 7e06641..4b86443 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,
{
struct inet_frag_bucket *hb;
struct inet_frag_queue *qp;
-#ifdef CONFIG_SMP
-#endif
unsigned int hash;
read_lock(&f->lock); /* Protects against hash rebuild */
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] inet: frag , remove an empty ifdef.
2013-06-15 20:04 [PATCH net-next] inet: frag , remove an empty ifdef Rami Rosen
@ 2013-06-20 6:07 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-06-20 6:07 UTC (permalink / raw)
To: ramirose; +Cc: netdev
From: Rami Rosen <ramirose@gmail.com>
Date: Sat, 15 Jun 2013 23:04:56 +0300
> 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>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-20 6:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15 20:04 [PATCH net-next] inet: frag , remove an empty ifdef Rami Rosen
2013-06-20 6:07 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).