[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100503.154128.10559786.davem@davemloft.net>
Date: Mon, 03 May 2010 15:41:28 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: andreas.meissner@...akom.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] IPv4: unresolved multicast route cleanup
From: Andreas Meißner <andreas.meissner@...akom.de>
Date: Mon, 03 May 2010 11:47:55 +0200
> --- net/ipv4/ipmr.c.orig 2010-05-03 10:55:06.000000000 +0200
> +++ net/ipv4/ipmr.c 2010-05-03 10:58:30.000000000 +0200
> @@ -753,7 +753,8 @@ ipmr_cache_unresolved(struct net *net, v
> c->next = mfc_unres_queue;
> mfc_unres_queue = c;
>
> - mod_timer(&ipmr_expire_timer, c->mfc_un.unres.expires);
> + if (atomic_read(&net->ipv4.cache_resolve_queue_len) == 1)
> + mod_timer(&ipmr_expire_timer, c->mfc_un.unres.expires);
> }
Your email client has corrupted tabs into space characters, and
the new code in your patch is not indented properly.
Please read Documentation/SubmittingPatches and
Documentation/email-clients.txt for help.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists