From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752430AbbFHTeH (ORCPT ); Mon, 8 Jun 2015 15:34:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57225 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751278AbbFHTeA (ORCPT ); Mon, 8 Jun 2015 15:34:00 -0400 Date: Mon, 8 Jun 2015 12:33:59 -0700 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger , Linux Kernel Mailing List , lustre-devel@lists.lustre.org Subject: Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction Message-ID: <20150608193359.GA1001@kroah.com> References: <1433361433-24976-1-git-send-email-jsimmons@infradead.org> <1433361433-24976-2-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433361433-24976-2-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 03, 2015 at 03:57:07PM -0400, James Simmons wrote: > Rename libcfs/linux/linux-tcpip.c to lnet/lnet/lib-socket.c > > Signed-off-by: James Simmons > --- > drivers/staging/lustre/lnet/lnet/Makefile | 7 +- > drivers/staging/lustre/lnet/lnet/lib-socket.c | 624 ++++++++++++++++++++ > drivers/staging/lustre/lustre/libcfs/Makefile | 1 - > .../lustre/lustre/libcfs/linux/linux-tcpip.c | 623 ------------------- > 4 files changed, 628 insertions(+), 627 deletions(-) > create mode 100644 drivers/staging/lustre/lnet/lnet/lib-socket.c > delete mode 100644 drivers/staging/lustre/lustre/libcfs/linux/linux-tcpip.c Please generate patches in -M format, so I can see the rename properly, as it is, this is too messy for me to review. Please fix up and resend. thanks, greg k-h