Staging: lustre: lnet: Make functions static
authorTina Ruchandani <ruchandani.tina@gmail.com>
Sat, 25 Oct 2014 21:45:55 +0000 (14:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 10:53:33 +0000 (18:53 +0800)
commitf526b20adf27f0a78c643b3fd7c4efc9687d313e
tree5ca93f90de2de5d06f3dd53ee38f3f538751d23b
parent3247c4e5ef5d78b47bf2b223d2e684e77845431b
Staging: lustre: lnet: Make functions static

This patch makes the following functions static
as they are only used in their respective files.
These functions were detected by sparse.
- lib-md.c   : lnet_md_validate
- lib-move.c : lnet_ni_*
               lnet_setpayloadbuffer
               lnet_peer_alive_locked
               lnet_msg2bufpool
               lnet_post_routed_recv_locked
               lnet_configure / lnet_unconfigure
               lnet_ioctl
               init_lnet
               fini_lnet

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/lib-md.c
drivers/staging/lustre/lnet/lnet/lib-move.c
drivers/staging/lustre/lnet/lnet/module.c