From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751715AbbFDFgI (ORCPT ); Thu, 4 Jun 2015 01:36:08 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:33824 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbbFDFgC (ORCPT ); Thu, 4 Jun 2015 01:36:02 -0400 Date: Thu, 4 Jun 2015 11:05:54 +0530 From: Sudip Mukherjee To: James Simmons Cc: Greg Kroah-Hartman , 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: <20150604053554.GB6376@sudip-PC> 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.21 (2010-09-15) 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 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. --- drivers/staging/lustre/lustre/libcfs/linux/linux-tcpip.old 2015-06-04 11:01:01.862374309 +0530 +++ drivers/staging/lustre/lnet/lnet/lib-socket.c 2015-06-04 11:01:37.082375681 +0530 @@ -35,7 +35,8 @@ */ #define DEBUG_SUBSYSTEM S_LNET -#include "../../../include/linux/libcfs/libcfs.h" +#include "../../include/linux/libcfs/libcfs.h" +#include "../../include/linux/lnet/lib-lnet.h" #include #include regards sudip