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

osd: kstore: fix a race condition in _txc_finish() #7804

Merged
merged 1 commit into from Mar 1, 2016

Commits on Feb 25, 2016

  1. os/kstore: fix a race condition in _txc_finish()

    {} was missed, which limits the scope of the lock_guard.
    osr->qlock has to be unlocked before calling _osr_reap_done(), since _osr_reap_done
    needs acquire osr->qlock in the first beginning.
    
    Signed-off-by: Jianjian Huo <samuel.huo@gmail.com>
    jjhuo committed Feb 25, 2016
    Copy the full SHA
    9dbac6c View commit details
    Browse the repository at this point in the history