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
db27edf8
Commit
db27edf8
authored
Dec 26, 2016
by
James Bottomley
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixes
parents
7ce7d89f
7961d53d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/scsi/qedi/Kconfig
drivers/scsi/qedi/Kconfig
+1
-1
drivers/scsi/scsi_lib.c
drivers/scsi/scsi_lib.c
+1
-1
No files found.
drivers/scsi/qedi/Kconfig
View file @
db27edf8
config QEDI
config QEDI
tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
depends on PCI && SCSI
depends on PCI && SCSI
&& UIO
depends on QED
depends on QED
select SCSI_ISCSI_ATTRS
select SCSI_ISCSI_ATTRS
select QED_LL2
select QED_LL2
...
...
drivers/scsi/scsi_lib.c
View file @
db27edf8
...
@@ -2893,7 +2893,7 @@ scsi_internal_device_block(struct scsi_device *sdev)
...
@@ -2893,7 +2893,7 @@ scsi_internal_device_block(struct scsi_device *sdev)
* request queue.
* request queue.
*/
*/
if
(
q
->
mq_ops
)
{
if
(
q
->
mq_ops
)
{
blk_mq_
stop_hw_queues
(
q
);
blk_mq_
quiesce_queue
(
q
);
}
else
{
}
else
{
spin_lock_irqsave
(
q
->
queue_lock
,
flags
);
spin_lock_irqsave
(
q
->
queue_lock
,
flags
);
blk_stop_queue
(
q
);
blk_stop_queue
(
q
);
...
...
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