Whamcloud - gitweb
LU-14736 utils: update leak-finder.pl for new format
[fs/lustre-release.git] / lustre / obdclass / genops.c
index 66397e5..64a68f2 100644 (file)
@@ -958,7 +958,7 @@ static void class_export_destroy(struct obd_export *exp)
        if (exp != obd->obd_self_export)
                class_decref(obd, "export", exp);
 
-       OBD_FREE_PRE(exp, sizeof(*exp), "rcu");
+       OBD_FREE_PRE(exp, sizeof(*exp), "kfree_rcu");
        kfree_rcu(exp, exp_handle.h_rcu);
         EXIT;
 }