From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752919AbcGUOon (ORCPT ); Thu, 21 Jul 2016 10:44:43 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:43838 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751429AbcGUOol (ORCPT ); Thu, 21 Jul 2016 10:44:41 -0400 From: Vivien Didelot To: Andrew Lunn Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli Subject: Re: [PATCH net-next] net: dsa: add CONFIG_NET_DSA_LEGACY In-Reply-To: <20160721003545.GB22834@lunn.ch> References: <20160720222641.30899-1-vivien.didelot@savoirfairelinux.com> <20160721003545.GB22834@lunn.ch> User-Agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) Date: Thu, 21 Jul 2016 10:44:37 -0400 Message-ID: <8737n3nj8q.fsf@ketchup.mtl.sfl> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Andrew Lunn writes: >> net/dsa/dsa.c | 985 ------------------------------------ >> net/dsa/legacy.c | 1013 ++++++++++++++++++++++++++++++++++++++ > > I'm surprised git did not notice this is a rename. I used -M though, even -C doesn't change anything... :-/