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 libattr requirement #7351

Merged
merged 1 commit into from
Mar 27, 2018
Merged

Remove libattr requirement #7351

merged 1 commit into from
Mar 27, 2018

Conversation

DeHackEd
Copy link
Contributor

@DeHackEd DeHackEd commented Mar 27, 2018

RHEL/CentOS 6 supports sys/xattr.h eliminating the need for libattr-devel as a dependency.

Description

Since sys/xattr.h fits our needs, we should be able to remove libattr-devel as a package dependency.

EDIT: The tests are passing, so I'm changing this from a "test" to a "serious consideration" PR.

Motivation and Context

#7344

How Has This Been Tested?

Build tested with --with-config=user on a CentOS 6 system with libattr headers chmod 600 to effectively eliminate them.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commit messages are properly formatted and contain Signed-off-by.
  • Change has been approved by a ZFS on Linux member.

RHEL/CentOS 6 supports sys/xattr.h eliminating the need for
libattr-devel as a dependency.

Signed-off-by: DHE <git@dehacked.net>
@DeHackEd DeHackEd changed the title Remove libattr requirement (test) Remove libattr requirement Mar 27, 2018
@codecov
Copy link

codecov bot commented Mar 27, 2018

Codecov Report

Merging #7351 into master will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7351      +/-   ##
==========================================
+ Coverage   76.15%   76.28%   +0.12%     
==========================================
  Files         329      329              
  Lines      104191   104191              
==========================================
+ Hits        79346    79478     +132     
+ Misses      24845    24713     -132
Flag Coverage Δ
#kernel 76.08% <ø> (-0.19%) ⬇️
#user 65.53% <ø> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ea6c3d...f81f14c. Read the comment docs.

Copy link
Contributor

@behlendorf behlendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm all for this. LGTM.

@behlendorf behlendorf merged commit 668173b into openzfs:master Mar 27, 2018
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Apr 16, 2018
RHEL/CentOS 6 supports sys/xattr.h eliminating the need for
libattr-devel as a dependency.

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: DHE <git@dehacked.net>
Closes openzfs#7344 
Closes openzfs#7351
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request May 4, 2018
RHEL/CentOS 6 supports sys/xattr.h eliminating the need for
libattr-devel as a dependency.

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: DHE <git@dehacked.net>
Closes openzfs#7344 
Closes openzfs#7351
tonyhutter pushed a commit that referenced this pull request May 10, 2018
RHEL/CentOS 6 supports sys/xattr.h eliminating the need for
libattr-devel as a dependency.

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: DHE <git@dehacked.net>
Closes #7344
Closes #7351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants