commit | 45bd3ebe32bff9c3b45eb2d0f9a7c15157be060d | [log] [tgz] |
---|---|---|
author | James Simmons <jsimmons@infradead.org> | Mon Jun 08 22:27:09 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 10 17:50:55 2015 -0700 |
tree | a18cd05c2dbba6b3bac336f7b0e043905aad8dda | |
parent | e52fc91d4006f957e186ce3e2687544a06477531 [diff] |
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>