Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9fccfed8
Commit
9fccfed8
authored
May 08, 2014
by
Jens Axboe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blk-mq: update a hotplug comment for grammar
Signed-off-by:
Jens Axboe
<
axboe@fb.com
>
parent
506e931f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
block/blk-mq.c
block/blk-mq.c
+4
-4
No files found.
block/blk-mq.c
View file @
9fccfed8
...
...
@@ -1548,10 +1548,10 @@ static int blk_mq_queue_reinit_notify(struct notifier_block *nb,
struct
request_queue
*
q
;
/*
* Before new mapping
is established, hotadded cpu might already start
*
handling requests. This doesn't break anything as we map offline
*
CPUs to first hardware queue. We will re-init queue below to get
* optimal settings.
* Before new mapping
s are established, hotadded cpu might already
*
start handling requests. This doesn't break anything as we map
*
offline CPUs to first hardware queue. We will re-init the queue
*
below to get
optimal settings.
*/
if
(
action
!=
CPU_DEAD
&&
action
!=
CPU_DEAD_FROZEN
&&
action
!=
CPU_ONLINE
&&
action
!=
CPU_ONLINE_FROZEN
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment