Whamcloud - gitweb
LU-9859 ptlrpc: change imp_refcount to refcount_t
[fs/lustre-release.git] / lustre / mgc / lproc_mgc.c
index b15e8b7..ec4ba5e 100644 (file)
@@ -69,10 +69,13 @@ struct lprocfs_vars lprocfs_mgc_obd_vars[] = {
 };
 #endif /* CONFIG_PROC_FS */
 
+LUSTRE_ATTR(mgs_conn_uuid, 0444, conn_uuid_show, NULL);
 LUSTRE_RO_ATTR(conn_uuid);
-LUSTRE_WO_ATTR(ping);
+
+LUSTRE_RW_ATTR(ping);
 
 static struct attribute *mgc_attrs[] = {
+       &lustre_attr_mgs_conn_uuid.attr,
        &lustre_attr_conn_uuid.attr,
        &lustre_attr_ping.attr,
        NULL,