X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Fmds%2Fhandler.c;h=713b98a53ab004c420aeb113e69b2f93ae1aff05;hb=d637db5a318588d53b69db47c8ac74e5fe33edde;hp=7ed8c41d11b7f861744f3badc91b078cb2b61d45;hpb=32190d4470ade8aeef3cbc1ac2b797f9790353f9;p=fs%2Flustre-release.git diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 7ed8c41..713b98a 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -2625,9 +2625,11 @@ static int __init mds_init(void) init_obd_quota_ops(quota_interface, &mds_obd_ops); lprocfs_init_vars(mds, &lvars); - class_register_type(&mds_obd_ops, lvars.module_vars, LUSTRE_MDS_NAME); + class_register_type(&mds_obd_ops, + lvars.module_vars, LUSTRE_MDS_NAME, NULL); lprocfs_init_vars(mdt, &lvars); - class_register_type(&mdt_obd_ops, lvars.module_vars, LUSTRE_MDT_NAME); + class_register_type(&mdt_obd_ops, + lvars.module_vars, LUSTRE_MDT_NAME, NULL); return 0; } @@ -2675,7 +2677,7 @@ static int __init mds_cmd_init(void) lprocfs_init_vars(mds, &lvars); class_register_type(&mds_cmd_obd_ops, lvars.module_vars, - LUSTRE_MDS_NAME); + LUSTRE_MDS_NAME, NULL); return 0; }