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

Commit 5cc95cd8 authored by Shraddha Barke's avatar Shraddha Barke Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: obdclass: Remove unused function obd_export_nid2str



Remove obd_export_nid2str as it is defined but not used anymore.

Signed-off-by: default avatarShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54a5e02a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1104,14 +1104,6 @@ void class_fail_export(struct obd_export *exp)
}
EXPORT_SYMBOL(class_fail_export);

static char *obd_export_nid2str(struct obd_export *exp)
{
	if (exp->exp_connection != NULL)
		return libcfs_nid2str(exp->exp_connection->c_peer.nid);

	return "(no nid)";
}

#if LUSTRE_TRACKS_LOCK_EXP_REFS
void (*class_export_dump_hook)(struct obd_export *) = NULL;
EXPORT_SYMBOL(class_export_dump_hook);