• Moti Cohen's avatar
    Removing old redundant code from bio.c (#11136) · 246f44d7
    Moti Cohen authored
    * Remove redundant array bio_pending[]. Value at index i identically reflects the
    length of list bio_jobs[i]. Better use listLength() instead and discard this array.
    (no critical section issues to concern about).
    
    changed returned value of bioPendingJobsOfType() from "long long" to "long".
    
    Remove unused API. Maybe we will use this API later.
    246f44d7
bio.c 10.4 KB