Whamcloud - gitweb
LU-8066 obd: final pieces for sysfs/debugfs support.
[fs/lustre-release.git] / lustre / obdclass / llog_test.c
index 109f087..f9a0eb3 100644 (file)
@@ -2133,7 +2133,7 @@ static struct obd_ops llog_obd_ops = {
 
 static int __init llog_test_init(void)
 {
-       return class_register_type(&llog_obd_ops, NULL, true, NULL,
+       return class_register_type(&llog_obd_ops, NULL, false, NULL,
                                   "llog_test", NULL);
 }