Whamcloud - gitweb
LU-10224 obd: free obd_svc_stats when all users are gone
[fs/lustre-release.git] / lustre / osc / osc_request.c
index 6038107..908b5e3 100644 (file)
@@ -2952,7 +2952,6 @@ static int osc_precleanup(struct obd_device *obd)
 
        obd_cleanup_client_import(obd);
        ptlrpc_lprocfs_unregister_obd(obd);
-       lprocfs_obd_cleanup(obd);
        RETURN(0);
 }