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

ZIL: Remove TX_CLONE_RANGE replay for ZVOLs. #15612

Merged
merged 1 commit into from
Dec 1, 2023

Commits on Nov 30, 2023

  1. ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.

    zil_claim_clone_range() takes references on cloned blocks before ZIL
    replay.  Later zil_free_clone_range() drops them after replay or on
    dataset destroy.  The total balance is neutral.  It means we do not
    need to do anything (drop the references) for not implemented yet
    TX_CLONE_RANGE replay for ZVOLs.
    
    This is a logical follow up to openzfs#15603.
    
    Signed-off-by:	Alexander Motin <mav@FreeBSD.org>
    Sponsored by:	iXsystems, Inc.
    amotin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f89c5a0 View commit details
    Browse the repository at this point in the history