-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zfs diff triggers another PF_NOFS panic #1855
Milestone
Comments
@cwedgwood You are running recent master code, right? If so, looks like dweeezil/zfs@393b281 should fix this. |
@dweeezil Did you link to the wrong patch? This looks like another instance |
@behlendorf and @cwedgwood Oops, I'm really sorry. Yes, I meant to reference dweeezil/zfs@4381976. |
behlendorf
pushed a commit
that referenced
this issue
Dec 3, 2013
This should hopefully catch the rest of the allocations in the user hold/release processing that were missed by commit 65c67ea. Signed-off-by: Brian Behlendorf <[email protected]> Closes #1852 Closes #1855
unya
pushed a commit
to unya/zfs
that referenced
this issue
Dec 13, 2013
Commit 95fd54a restructured the hold/release processing and moved some of the work into the sync task. A number of nvlist allocations now need to use KM_PUSHPAGE. Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#1852 Closes openzfs#1855
unya
pushed a commit
to unya/zfs
that referenced
this issue
Dec 13, 2013
This should hopefully catch the rest of the allocations in the user hold/release processing that were missed by commit 65c67ea. Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#1852 Closes openzfs#1855
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: