From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752528AbbFDHpy (ORCPT ); Thu, 4 Jun 2015 03:45:54 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:36269 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbbFDHpq (ORCPT ); Thu, 4 Jun 2015 03:45:46 -0400 Date: Thu, 4 Jun 2015 13:15:35 +0530 From: Sudip Mukherjee To: Dan Carpenter Cc: James Simmons , devel@driverdev.osuosl.org, Andreas Dilger , Greg Kroah-Hartman , Linux Kernel Mailing List , Oleg Drokin , lustre-devel@lists.lustre.org Subject: Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction Message-ID: <20150604074535.GA6781@sudip-PC> References: <1433361433-24976-1-git-send-email-jsimmons@infradead.org> <1433361433-24976-2-git-send-email-jsimmons@infradead.org> <20150604053554.GB6376@sudip-PC> <20150604073420.GA28762@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150604073420.GA28762@mwanda> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 04, 2015 at 10:34:20AM +0300, Dan Carpenter wrote: > On Thu, Jun 04, 2015 at 11:05:54AM +0530, Sudip Mukherjee wrote: > > 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 > > looks like you have not just renamed the file, but there was also a change > > in the #include which is not mentioned in the commit message. > > > > That's obviously going to be part of moving the file. yes. path changed for libcfs.h. so that was updated. but there was also a new line #include "../../include/linux/lnet/lib-lnet.h" should that be part of moving the file also? regards sudip > >