Whamcloud - gitweb
LU-847 quota: move lmv/mdc/osc/lov quota code out of lquota
[fs/lustre-release.git] / lustre / liblustre / lutil.c
index dead71b..b312841 100644 (file)
@@ -77,14 +77,6 @@ void *inter_module_get(char *arg)
                 return ldlm_namespace_cleanup;
         else if (!strcmp(arg, "ldlm_replay_locks"))
                 return ldlm_replay_locks;
-        else if (!strcmp(arg, "mdc_quota_interface"))
-                return &mdc_quota_interface;
-        else if (!strcmp(arg, "lmv_quota_interface"))
-                return &lmv_quota_interface;
-        else if (!strcmp(arg, "osc_quota_interface"))
-                return &osc_quota_interface;
-        else if (!strcmp(arg, "lov_quota_interface"))
-                return &lov_quota_interface;
         else
                 return NULL;
 }