[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <a525731fc8b30cb4aa596eeb1915e49f01160dca.1307603621.git.panweiping3@gmail.com>
Date: Thu, 9 Jun 2011 15:19:05 +0800
From: Weiping Pan <panweiping3@...il.com>
To: fubar@...ibm.com, andy@...yhouse.net
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Weiping Pan <panweiping3@...il.com>
Subject: [PATCH net-next 5/5] bonding: delete unused arp_mon_pt
Now all received packets are handled by bond_handle_frame,
and arp_mon_pt isn't used any more.
Reviewed-by: WANG Cong <xiyou.wangcong@...il.com>
Signed-off-by: Weiping Pan <panweiping3@...il.com>
---
drivers/net/bonding/bonding.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index ea1d005..382903f 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -240,7 +240,6 @@ struct bonding {
struct bond_params params;
struct list_head vlan_list;
struct vlan_group *vlgrp;
- struct packet_type arp_mon_pt;
struct workqueue_struct *wq;
struct delayed_work mii_work;
struct delayed_work arp_work;
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists