Whamcloud - gitweb
LU-13258 ptlrpc: bind pinger workqueue to CPT set
[fs/lustre-release.git] / lustre / obdclass / obd_sysfs.c
index 6493ad9..84bc676 100644 (file)
@@ -214,7 +214,7 @@ static ssize_t version_show(struct kobject *kobj, struct attribute *attr,
 static ssize_t pinger_show(struct kobject *kobj, struct attribute *attr,
                           char *buf)
 {
-#ifdef ENABLE_PINGER
+#ifdef CONFIG_LUSTRE_PINGER
        const char *state = "on";
 #else
        const char *state = "off";