staging:lustre: remove useless libcfs_sock_abort_accept
authorJames Simmons <jsimmons@infradead.org>
Tue, 9 Jun 2015 02:27:09 +0000 (22:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:50:55 +0000 (17:50 -0700)
commit45bd3ebe32bff9c3b45eb2d0f9a7c15157be060d
treea18cd05c2dbba6b3bac336f7b0e043905aad8dda
parente52fc91d4006f957e186ce3e2687544a06477531
staging:lustre: remove useless libcfs_sock_abort_accept

Another one of those silly one line wrappers which is not
needed. Replace libcfs_sock_abort_accept wrapper with a
direct call to wake_up_all on the lnet_acceptor_state sock.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs.h
drivers/staging/lustre/lnet/lnet/acceptor.c
drivers/staging/lustre/lnet/lnet/lib-socket.c