Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1160729

Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction
Date 2015-06-08 21:40 +0200
Message-ID <pzb3P-8tx-3@gated-at.bofh.it> (permalink)
References <pxmZs-2Iv-5@gated-at.bofh.it> <pxmZt-2Iv-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <jsimmons@infradead.org>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-06-08 21:40 +0200
  Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction Joe Perches <joe@perches.com> - 2015-06-08 22:00 +0200

csiph-web