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 double read statelock in remount request #11793

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

ncabatoff
Copy link
Collaborator

Use the field instead of the method because we don't want to try to grab the readlock when we're servicing a request, since that would've already caused a readlock to be grabbed.

Frankly I don't understand why this isn't causing more problems - how does remount even work with this code? It wasn't recently added.

…rab the readlock when we're servicing a request, since that would've already caused a readlock to be grabbed.
@ncabatoff ncabatoff merged commit acde7a6 into master Jun 8, 2021
@ncabatoff ncabatoff deleted the fix-remount-double-readlock branch June 8, 2021 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants