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

Remove unnecessary references to slavery #10435

Merged
merged 1 commit into from
Jun 11, 2020
Merged

Commits on Jun 10, 2020

  1. Remove unnecessary references to slavery

    The horrible effects of human slavery continue to impact society.  The
    casual use of the term "slave" in computer software is an unnecessary
    reference to a painful human experience.
    
    This commit removes all possible references to the term "slave".
    
    Implementation notes:
    
    The zpool.d/slaves script is renamed to dm-deps, which uses the same
    terminology as `dmsetup deps`.
    
    References to the `/sys/class/block/$dev/slaves` directory remain.  This
    directory name is determined by the Linux kernel.  Although
    `dmsetup deps` provides the same information, it unfortunately requires
    elevated privileges, whereas the `/sys/...` directory is world-readable.
    
    Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
    ahrens committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2f42b68 View commit details
    Browse the repository at this point in the history