-
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
zvol: queue_flag_{set,clear}_unlocked are now private #7410
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
dinatale2
force-pushed
the
blk_queue_flags
branch
3 times, most recently
from
April 8, 2018 05:32
53601bc
to
c27958b
Compare
Codecov Report
@@ Coverage Diff @@
## master #7410 +/- ##
==========================================
+ Coverage 76.24% 76.29% +0.04%
==========================================
Files 330 330
Lines 104235 104239 +4
==========================================
+ Hits 79472 79526 +54
+ Misses 24763 24713 -50
Continue to review full report at Codecov.
|
dinatale2
force-pushed
the
blk_queue_flags
branch
from
April 8, 2018 19:13
b986ad4
to
7da6a21
Compare
queue_flag_{set,clear}_unlocked are now private interfaces in the Linux kernel (torvalds/linux@8a0ac14). Use blk_queue_flag_{set,clear} interfaces which were introduced as of torvalds/linux@8814ce8. Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
dinatale2
force-pushed
the
blk_queue_flags
branch
from
April 10, 2018 04:47
7da6a21
to
b30553f
Compare
behlendorf
approved these changes
Apr 10, 2018
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this pull request
Apr 16, 2018
queue_flag_{set,clear}_unlocked are now private interfaces in the Linux kernel (torvalds/linux@8a0ac14). Use blk_queue_flag_{set,clear} interfaces which were introduced as of torvalds/linux@8814ce8. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes openzfs#7410
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this pull request
May 4, 2018
queue_flag_{set,clear}_unlocked are now private interfaces in the Linux kernel (torvalds/linux@8a0ac14). Use blk_queue_flag_{set,clear} interfaces which were introduced as of torvalds/linux@8814ce8. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes openzfs#7410
tonyhutter
pushed a commit
that referenced
this pull request
May 10, 2018
queue_flag_{set,clear}_unlocked are now private interfaces in the Linux kernel (torvalds/linux@8a0ac14). Use blk_queue_flag_{set,clear} interfaces which were introduced as of torvalds/linux@8814ce8. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes #7410
teknoman117
pushed a commit
to teknoman117/zfs
that referenced
this pull request
Jun 7, 2018
queue_flag_{set,clear}_unlocked are now private interfaces in the Linux kernel (torvalds/linux@8a0ac14). Use blk_queue_flag_{set,clear} interfaces which were introduced as of torvalds/linux@8814ce8. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes openzfs#7410
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
queue_flag_{set,clear}unlocked are now private interfaces in
the Linux kernel (torvalds/linux@8a0ac14).
Use blk_queue_flag{set,clear} interfaces which were introduced as
of torvalds/linux@8814ce8.
Motivation and Context
Fix the Kernel Built-in Builder.
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.