From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [net-next-2.6 PATCH 0/3] bonding: refuse to change bond type if it's used V2 Date: Wed, 10 Mar 2010 09:37:49 +0100 Message-ID: <20100310083748.GB2791@psychotron.redhat.com> References: <20100309141724.GB2783@psychotron.lab.eng.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: fubar@us.ibm.com, bonding-devel@lists.sourceforge.net, davem@davemloft.net, shemminger@linux-foundation.org To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57047 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754622Ab0CJIie (ORCPT ); Wed, 10 Mar 2010 03:38:34 -0500 Content-Disposition: inline In-Reply-To: <20100309141724.GB2783@psychotron.lab.eng.brq.redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: Reposting. Tue, Mar 09, 2010 at 03:17:24PM CET, jpirko@redhat.com wrote: >Reworked version of patch/patchset. This time I use netdevice notifier as >Stephen suggested. Changed the name of the original ones (NETDEV_BONDING_*TYPE) >to be more general and reused them. Now the change is refused by brigde only. >I will follow up with vlan soon. > >Jirka