staging/lustre/ldlm: Remove ldlm_namespace_inactive_list()
authorOleg Drokin <green@linuxhacker.ru>
Thu, 1 Oct 2015 04:12:40 +0000 (00:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 09:17:19 +0000 (11:17 +0200)
commit58ba1c313fa04f86f00e0aa5df9e7ee31a25dd33
tree3785f62e1717bd466ce57c2f9636cefc785f17f9
parent58c6d1337761b8adc69a422f40f8701db6807f24
staging/lustre/ldlm: Remove ldlm_namespace_inactive_list()

Since there are no server namespaces, just replace it with
ldlm_cli_inactive_namespace_list pointer.
Also make ldlm_cli_inactive_namespace_list static as it's only
used in ldlm_resource.c

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_internal.h
drivers/staging/lustre/lustre/ldlm/ldlm_resource.c
This page took 0.025209 seconds and 5 git commands to generate.