diff mbox

[03/10] ceph: export ceph_entity_type_name

Message ID 1430258747-12506-4-git-send-email-mchristi@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mike Christie April 28, 2015, 10:05 p.m. UTC
From: Mike Christie <michaelc@cs.wisc.edu>

The lock info code wants to print this in the debug code so this
patch just exports it.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
---
 net/ceph/ceph_strings.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/net/ceph/ceph_strings.c b/net/ceph/ceph_strings.c
index 139a9cb..5e5ba46 100644
--- a/net/ceph/ceph_strings.c
+++ b/net/ceph/ceph_strings.c
@@ -15,6 +15,7 @@  const char *ceph_entity_type_name(int type)
 	default: return "unknown";
 	}
 }
+EXPORT_SYMBOL(ceph_entity_type_name);
 
 const char *ceph_osd_op_name(int op)
 {