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

Fixes subvol delete on a non-btrfs volume #42272

Merged
merged 2 commits into from
Apr 22, 2021
Merged

Commits on Apr 8, 2021

  1. Fixes subvol delete on a non-btrfs volume

    Inode numbers are guaranteed to be unique only within a filesystem.
    As such there is an edge case where these predicates are true on a
    non-btrfs filesystem.
    
    Closes moby#42271
    
    Signed-off-by: Brett Milford <brettmilford@gmail.com>
    brettmilford committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    398cb1d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Update contrib/nuke-graph-directory.sh

    Signed-off-by: Brett Milford <brettmilford@gmail.com>
    brettmilford committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    a0d1a1f View commit details
    Browse the repository at this point in the history