-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Export symbol dmu_tx_mark_netfree() #6660
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@bzzz77 can you please review this, you'll need it for https://review.whamcloud.com/#/c/26930/. |
dinatale2
approved these changes
Sep 19, 2017
tonyhutter
approved these changes
Sep 19, 2017
behlendorf
force-pushed
the
export_symbols
branch
from
September 19, 2017 21:14
d9d5d85
to
a5e05b9
Compare
This symbol is needed by Lustre for the same reason it was needed by the ZPL. It should have been exported when the original patch was merged. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
bzzz77
approved these changes
Sep 20, 2017
gmelikov
approved these changes
Sep 20, 2017
tonyhutter
pushed a commit
that referenced
this pull request
Sep 20, 2017
This symbol is needed by Lustre for the same reason it was needed by the ZPL. It should have been exported when the original patch was merged. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #6660
Codecov Report
@@ Coverage Diff @@
## master #6660 +/- ##
========================================
+ Coverage 67.39% 67.5% +0.1%
========================================
Files 196 196
Lines 70356 70348 -8
Branches 13921 13921
========================================
+ Hits 47419 47486 +67
+ Misses 17517 17511 -6
+ Partials 5420 5351 -69
Continue to review full report at Codecov.
|
Fabian-Gruenbichler
pushed a commit
to Fabian-Gruenbichler/zfs
that referenced
this pull request
Sep 29, 2017
This symbol is needed by Lustre for the same reason it was needed by the ZPL. It should have been exported when the original patch was merged. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#6660
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This symbol is needed by Lustre and should have been exported
when the original patch was merged.
Motivation and Context
Lustre needs to be able to mark TXs as net free the same way the ZPL does.
https://review.whamcloud.com/#/c/26930/
How Has This Been Tested?
Buildbot.
Types of changes
Checklist:
Signed-off-by
.