-
Notifications
You must be signed in to change notification settings - Fork 77
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
Mount leak in platform_supports_deferred_deletion() #162
Comments
Ed, in your case which line is returning without mounting? 143 or 148? |
It's actually 143, because of what I can only assume is a packaging bug: |
cc @lsm5 |
Regardless of which |
yep, I am fixing that now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 141:
...but lines 143 & 148 return without umounting. System is then left with stuck mounts:
The text was updated successfully, but these errors were encountered: