Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 610cc3a4 authored by Iban Rodriguez's avatar Iban Rodriguez Committed by Greg Kroah-Hartman
Browse files

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: default avatarIban Rodriguez <iban.rodriguez@ono.com>
Acked-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent abe95823
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{