From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] sctp: rename sctp_diag.c as diag.c Date: Mon, 12 Feb 2018 10:12:24 -0500 (EST) Message-ID: <20180212.101224.44294606381993057.davem@davemloft.net> References: <0b9abe0b402eaa4c5c71a3d165669814f1789cee.1518431550.git.lucien.xin@gmail.com> <20180212123704.GL7402@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: lucien.xin@gmail.com, netdev@vger.kernel.org, linux-sctp@vger.kernel.org, nhorman@tuxdriver.com To: marcelo.leitner@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:53662 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403AbeBLPM0 (ORCPT ); Mon, 12 Feb 2018 10:12:26 -0500 In-Reply-To: <20180212123704.GL7402@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: From: Marcelo Ricardo Leitner Date: Mon, 12 Feb 2018 10:37:04 -0200 > On Mon, Feb 12, 2018 at 06:32:30PM +0800, Xin Long wrote: >> Remove sctp_ prefix for diag file, to keep consistent with other >> files' names, while at it, also to add file comments for diag.c. > > Okay but this should be a two-patches series then. The changes made > with the rename are hard to find/follow later. Agreed, the file move should be a separate change from and modifications to the file itself.