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

From: Greg Kroah-Hartman
Date: Mon Jun 08 2015 - 15:34:10 EST


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@xxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/