staging:lustre: remove useless libcfs_sock_release
authorJames Simmons <jsimmons@infradead.org>
Tue, 9 Jun 2015 02:27:08 +0000 (22:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 00:48:42 +0000 (17:48 -0700)
There is no reason to have a one line exported function
libcfs_sock_release. Instead we can call sock_release directly.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found