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

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Jun 8 19:33:59 UTC 2015


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 at 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


More information about the devel mailing list