From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [RFC Patch] bonding: move to net/ directory Date: Mon, 06 Jun 2011 10:20:27 -0700 Message-ID: <1307380827.4994.8.camel@Joe-Laptop> References: <20110523151336.GF21309@gospo.rdu.redhat.com> <20110524163323.GB28521@hmsreliant.think-freely.org> <20110525152023.GC11867@hmsreliant.think-freely.org> <20110526135053.GB12617@hmsreliant.think-freely.org> <1307379022.4994.4.camel@Joe-Laptop> <1307379881.3098.71.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?ISO-8859-1?Q?Am=E9rico?= Wang , Jeffrey Kirsher , =?UTF-8?Q?Micha=C5=82_Miros=C5=82aw?= , Neil Horman , Andy Gospodarek , Linux Kernel Network Developers , David Miller , Jay Vosburgh To: Eric Dumazet Return-path: Received: from mail.perches.com ([173.55.12.10]:2530 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751695Ab1FFRU3 (ORCPT ); Mon, 6 Jun 2011 13:20:29 -0400 In-Reply-To: <1307379881.3098.71.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2011-06-06 at 19:04 +0200, Eric Dumazet wrote: > Le lundi 06 juin 2011 =C3=A0 09:50 -0700, Joe Perches a =C3=A9crit : > > There is a proposal to move some drivers/net content to > > drivers/net/sw/ > > http://vger.kernel.org/netconf2010_slides/netconf-jtk.pdf > > I think that'd be fine too. > > I believe Jeff is going to submit patches soonish. > > http://comments.gmane.org/gmane.linux.network/197232 > As long as the re-organization is done without loosing "git blame" > information on current files, I am fine. > If not, this is a showstopper and not worth the pain, exactly like ot= her > cleanup patches. To preserve history, all of this should be done via: git mv oldpath/file newpath/file git commit -m newpath/file=20 with some extra cleanups to Kconfig/Makefile files so no worries.