Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756823Ab1FIHDZ (ORCPT ); Thu, 9 Jun 2011 03:03:25 -0400 Received: from mail-qw0-f46.google.com ([209.85.216.46]:33126 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756782Ab1FIHDU (ORCPT ); Thu, 9 Jun 2011 03:03:20 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=VDhB5md/L09K+JOjeB5Ibc6L6nKRH67iIERtOJf9ypKjc4wgdhcCQknFv5iOJjDZoP kwTluAIY2405gvZfIbYBqn4lUJIjwd0HZCYQ7v9nlGDQzgZF22TzZVgShQpFBMzgry6V SrXuS3rTcGSueA71PfZmIGVUXw82y7PWXoIq4= From: Weiping Pan To: fubar@us.ibm.com, andy@greyhouse.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Weiping Pan Subject: [PATCH net-next 5/5] bonding: delete unused arp_mon_pt Date: Thu, 9 Jun 2011 15:03:31 +0800 Message-Id: X-Mailer: git-send-email 1.7.4.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 29 Now all received packets are handled by bond_handle_frame, and arp_mon_pt isn't used any more. Reviewed-by: WANG Cong Signed-off-by: Weiping Pan --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/