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 zfs_xattr_owner_unlinked on FreeBSD and comment #9720

Merged
merged 1 commit into from
Dec 16, 2019

Conversation

mattmacy
Copy link
Contributor

Explain FreeBSD VFS' unfortunate idiosyncratic locking requirements.

Signed-off-by: Matt Macy mmacy@FreeBSD.org

Motivation and Context

Description

How Has This Been Tested?

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:

Explain FreeBSD VFS' unfortunate idiosyncratic locking requirements.

Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
@mattmacy mattmacy force-pushed the projects/zfs_log_bsd_rele branch from b1b4fd3 to 59dde84 Compare December 14, 2019 00:36
@codecov
Copy link

codecov bot commented Dec 14, 2019

Codecov Report

Merging #9720 into master will increase coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #9720    +/-   ##
========================================
+ Coverage      79%      79%   +<1%     
========================================
  Files         420      419     -1     
  Lines      123654   123612    -42     
========================================
+ Hits        98069    98242   +173     
+ Misses      25585    25370   -215
Flag Coverage Δ
#kernel 80% <ø> (ø) ⬆️
#user 67% <ø> (+1%) ⬆️

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 ddb4e69...59dde84. Read the comment docs.

@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Dec 16, 2019
@behlendorf behlendorf merged commit ba434b1 into openzfs:master Dec 16, 2019
@mattmacy mattmacy deleted the projects/zfs_log_bsd_rele branch December 19, 2019 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants