mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
Staging: lustre: Make lustre_profile_list static
Variable lustre_profile_list is only used inside obd_config.c, better make it static Signed-off-by: Iban Rodriguez <iban.rodriguez@ono.com> Acked-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
abe958236f
commit
610cc3a49f
@@ -606,7 +606,7 @@ static int class_del_conn(struct obd_device *obd, struct lustre_cfg *lcfg)
|
||||
return rc;
|
||||
}
|
||||
|
||||
LIST_HEAD(lustre_profile_list);
|
||||
static LIST_HEAD(lustre_profile_list);
|
||||
|
||||
struct lustre_profile *class_get_profile(const char *prof)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user