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

Unlock request in PT using ocf_req_unlock() #777

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. Unlock request in PT using ocf_req_unlock()

    There are situations when we can end up in engine_pt with cache lines
    locked for write. One example is engine_rd falling back to engine_pt after
    failure during cache line preparation, where write lock has been already
    taken. To handle this situation properly, unlock request using more general
    unlock function.
    
    Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
    robertbaldyga committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d57c9bb View commit details
    Browse the repository at this point in the history