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
b7de3053
Commit
b7de3053
authored
Aug 26, 2004
by
Christoph Hellwig
Committed by
James Bottomley
Aug 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] update scsi_eh_get_sense commentary
Signed-off-by:
James Bottomley
<
James.Bottomley@SteelEye.com
>
parent
e7002946
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
drivers/scsi/scsi_error.c
drivers/scsi/scsi_error.c
+5
-7
No files found.
drivers/scsi/scsi_error.c
View file @
b7de3053
...
...
@@ -644,15 +644,13 @@ static void scsi_eh_finish_cmd(struct scsi_cmnd *scmd,
* Notes:
* This has the unfortunate side effect that if a shost adapter does
* not automatically request sense information, that we end up shutting
* it down before we request it. All shosts should be doing this
* anyways, so for now all I have to say is tough noogies if you end up
* in here. On second thought, this is probably a good idea. We
* *really* want to give authors an incentive to automatically request
* this.
* it down before we request it.
*
* In 2.5 this capability will be going away.
* All drivers should request sense information internally these days,
* so for now all I have to say is tough noogies if you end up in here.
*
* Really? --hch
* XXX: Long term this code should go away, but that needs an audit of
* all LLDDs first.
**/
static
int
scsi_eh_get_sense
(
struct
list_head
*
work_q
,
struct
list_head
*
done_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