Whamcloud - gitweb
LU-1842 quota: lquota entry
[fs/lustre-release.git] / lustre / quota / lquota_lib.c
index 9d51049..cb9aa28 100644 (file)
@@ -325,13 +325,6 @@ const struct dt_index_features *glb_idx_feature(struct lu_fid *fid)
 
 static int __init init_lquota(void)
 {
-       int     rc;
-
-       /* call old quota module init function */
-       rc = init_lustre_quota();
-       if (rc)
-               return rc;
-
        /* new quota initialization */
        lquota_key_init_generic(&lquota_thread_key, NULL);
        lu_context_key_register(&lquota_thread_key);
@@ -348,9 +341,6 @@ static int __init init_lquota(void)
 
 static void exit_lquota(void)
 {
-       /* call old quota module exit function */
-       exit_lustre_quota();
-
        lu_context_key_degister(&lquota_thread_key);
 }