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 destroy snapshots and race on zfs diff #562

Closed
wants to merge 2 commits into from

Commits on Feb 6, 2012

  1. snapshot name mangled in zfs_umount_snap()

    Fixed comment at top of zfs_umount_snap()
    Corrected construction of fullname.
    b333z committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    04f06e0 View commit details
    Browse the repository at this point in the history
  2. Fix destroy snapshots and race on zfs diff

    Fixes "dataset not found" error on zfs destory <snapshot> see openzfs#173.
    Fixes race in dsl_dataset_user_release_tmp() when the temp snapshot
    from zfs diff dataset@snap command is used see openzfs#481.
    b333z committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    2d69db2 View commit details
    Browse the repository at this point in the history