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

Don't allow dnode allocation if dn_holds != 0 #8249

Merged
merged 1 commit into from Jan 10, 2019

Commits on Jan 7, 2019

  1. Don't allow dnode allocation if dn_holds != 0

    This patch simply fixes a small bug where dnode_hold_impl() could
    attempt to allocate a dnode that was in the process of being freed,
    but which still had active references. This patch simply adds the
    required check.
    
    Signed-off-by: Tom Caputi <tcaputi@datto.com>
    Tom Caputi committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    11ab7d5 View commit details
    Browse the repository at this point in the history