diff mbox

IPv4: unresolved multicast route cleanup

Message ID 4BE7C68F.1040403@indakom.de
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Andreas Meißner May 10, 2010, 8:40 a.m. UTC
David Miller wrote:
> 
> Your email client has corrupted tabs into space characters, and
> the new code in your patch is not indented properly.
> 

2nd try. Indentation should be ok now, hopefully.
---
 ipmr.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller May 10, 2010, 9:04 a.m. UTC | #1
From: Andreas Meissner <andreas.meissner@indakom.de>
Date: Mon, 10 May 2010 10:40:47 +0200

> David Miller wrote:
>> 
>> Your email client has corrupted tabs into space characters, and
>> the new code in your patch is not indented properly.
>> 
> 
> 2nd try. Indentation should be ok now, hopefully.

Please don't resubmit patches this way.  I have to now scour the
mailing list archives to get your commit message, and you also
haven't specifically signed off on this specific new patch so
I couldn't use it anyways.

Always make full, clean resubmissions of your patch, with the
original subject line and full commit message cleanly included
as in your original posting.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- net/ipv4/ipmr.c.orig	2010-05-10 10:07:38.000000000 +0200
+++ net/ipv4/ipmr.c	2010-05-10 10:08:39.000000000 +0200
@@ -753,7 +753,8 @@ 
 		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);
 	}
 
 	/*