Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in list_hp_retire function #10

Merged
merged 1 commit into from
Apr 30, 2022
Merged

Commits on Apr 24, 2022

  1. Fix bug in list_hp_retire function

    In hp_list project's function : list_hp_retire, it attempts to reorganize
    retire list while the object is deleting. However, as I see, the origin
    code doesn't adjust the index simultaneously, which will skip track of
    the object origin from &rl->list[iret + 1].
    
    Change the behavior as:
     - If reorganize happens, keep the same index for next iteration.
     - Else, index++.
    kevinshieh0225 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    024b81a View commit details
    Browse the repository at this point in the history