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

Drop local definition of MOUNT_BUSY #8765

Merged
merged 1 commit into from
May 24, 2019
Merged

Conversation

kusumi
Copy link
Member

@kusumi kusumi commented May 20, 2019

Motivation and Context

Drop duplicated macro define.

Description

Drop MOUNT_BUSY locally defined in C code.
It's accessible via <sys/mntent.h>.

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:

It's accessible via <sys/mntent.h>.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
@behlendorf behlendorf added the Status: Code Review Needed Ready for review and testing label May 20, 2019
@codecov
Copy link

codecov bot commented May 21, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8765      +/-   ##
==========================================
+ Coverage   78.63%    78.8%   +0.16%     
==========================================
  Files         381      381              
  Lines      117798   117798              
==========================================
+ Hits        92636    92826     +190     
+ Misses      25162    24972     -190
Flag Coverage Δ
#kernel 79.34% <ø> (+0.01%) ⬆️
#user 67.42% <ø> (+0.47%) ⬆️

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 9dc41a7...21a4664. Read the comment docs.

@behlendorf behlendorf requested a review from tcaputi May 24, 2019 17:42
Copy link
Contributor

@tcaputi tcaputi left a comment

Choose a reason for hiding this comment

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

LGTM

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels May 24, 2019
@behlendorf behlendorf merged commit c3e5907 into openzfs:master May 24, 2019
allanjude pushed a commit to allanjude/zfs that referenced this pull request Jun 7, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
allanjude pushed a commit to allanjude/zfs that referenced this pull request Jun 15, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 13, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 22, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 23, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 17, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 18, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes openzfs#8765
tonyhutter pushed a commit that referenced this pull request Sep 26, 2019
It's accessible via <sys/mntent.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8765
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.

None yet

3 participants