Messages in this thread |  | | Date | Mon, 8 Jun 2015 12:33:59 -0700 | From | Greg Kroah-Hartman <> | Subject | Re: [PATCH v4 1/7] staging:lustre: move tcpip abstraction |
| |
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
|  |