netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: andreas.meissner@indakom.de
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] IPv4: unresolved multicast route cleanup
Date: Mon, 03 May 2010 15:41:28 -0700 (PDT)	[thread overview]
Message-ID: <20100503.154128.10559786.davem@davemloft.net> (raw)
In-Reply-To: <4BDE9BCB.8040803@indakom.de>

From: Andreas Meißner <andreas.meissner@indakom.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.

  reply	other threads:[~2010-05-03 22:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-03  9:47 [PATCH] IPv4: unresolved multicast route cleanup Andreas Meißner
2010-05-03 22:41 ` David Miller [this message]
2010-05-10  8:40   ` Andreas Meissner
2010-05-10  9:04     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2010-05-10  9:09 Andreas Meissner
2010-05-10 11:48 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100503.154128.10559786.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=andreas.meissner@indakom.de \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).