All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jay Vosburgh <fubar@us.ibm.com>
To: Duncan Gibb <duncan.gibb@siriusit.co.uk>
Cc: netdev@vger.kernel.org, Jeff Garzik <jgarzik@pobox.com>,
	"David S. Miller" <davem@davemloft.net>
Subject: [PATCH] bonding: Remove debug printk
Date: Tue, 14 Apr 2009 16:51:49 -0700	[thread overview]
Message-ID: <8409.1239753109@death.nxdomain.ibm.com> (raw)
In-Reply-To: <49E518F8.3030109@siriusit.co.uk>


	Remove debug printk I accidently left in as part of commit:

commit 6146b1a4da98377e4abddc91ba5856bef8f23f1e
Author: Jay Vosburgh <fubar@us.ibm.com>
Date:   Tue Nov 4 17:51:15 2008 -0800

    bonding: Fix ALB mode to balance traffic on VLANs

	Reported by Duncan Gibb <duncan.gibb@siriusit.co.uk>

Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>



diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c
index 8dc6fbb..553a899 100644
--- a/drivers/net/bonding/bond_alb.c
+++ b/drivers/net/bonding/bond_alb.c
@@ -370,8 +370,6 @@ static int rlb_arp_recv(struct sk_buff *skb, struct net_device *bond_dev, struct
 
 	if (arp->op_code == htons(ARPOP_REPLY)) {
 		/* update rx hash table for this ARP */
-		printk("rar: update orig %s bond_dev %s\n", orig_dev->name,
-		       bond_dev->name);
 		bond = netdev_priv(bond_dev);
 		rlb_update_entry_from_arp(bond, arp);
 		pr_debug("Server received an ARP Reply from client\n");

  parent reply	other threads:[~2009-04-14 23:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05  1:51 [PATCH net-next-2.6 0/3] bonding: One fix two features Jay Vosburgh
2008-11-05  1:51 ` [PATCH 1/3] bonding: send IPv6 neighbor advertisement on failover Jay Vosburgh
2008-11-05  1:51   ` [PATCH 2/3] bonding: Fix ALB mode to balance traffic on VLANs Jay Vosburgh
2008-11-05  1:51     ` [PATCH 3/3] bonding: alternate agg selection policies for 802.3ad Jay Vosburgh
2009-04-14 23:15     ` 2.6.29 ALB bonding printk()s every arp (was Re: [PATCH 2/3] bonding: Fix ALB mode to balance traffic on VLANs) Duncan Gibb
2009-04-14 23:43       ` 2.6.29 ALB bonding printk()s every arp David Miller
2009-04-14 23:51       ` Jay Vosburgh [this message]
2009-04-14 23:53         ` [PATCH] bonding: Remove debug printk David Miller
2008-11-06  5:53   ` [PATCH 1/3] bonding: send IPv6 neighbor advertisement on failover Jeff Garzik

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=8409.1239753109@death.nxdomain.ibm.com \
    --to=fubar@us.ibm.com \
    --cc=davem@davemloft.net \
    --cc=duncan.gibb@siriusit.co.uk \
    --cc=jgarzik@pobox.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.