]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae70e525e24c70f74809634e2856541cd495513f
treea18cd05c2dbba6b3bac336f7b0e043905aad8dda
parent872c40e46e98c5ceb1aeb9628dbfdb6df6b08d1e
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