Whamcloud - gitweb
LU-3319 procfs: fix symlink handling
[fs/lustre-release.git] / lustre / mdc / mdc_request.c
index 5446045..7833532 100644 (file)
@@ -3429,11 +3429,11 @@ struct md_ops mdc_md_ops = {
 
 int __init mdc_init(void)
 {
-       return class_register_type(&mdc_obd_ops, &mdc_md_ops, NULL,
+       return class_register_type(&mdc_obd_ops, &mdc_md_ops, true, NULL,
 #ifndef HAVE_ONLY_PROCFS_SEQ
-                                       NULL,
+                                  NULL,
 #endif
-                                       LUSTRE_MDC_NAME, NULL);
+                                  LUSTRE_MDC_NAME, NULL);
 }
 
 #ifdef __KERNEL__