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
nexedi
linux
Commits
30b010d8
Commit
30b010d8
authored
Oct 26, 2002
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCSI] replace max_host_blocked initialisation lost in hosts rework
parent
55ce6346
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/scsi/hosts.c
drivers/scsi/hosts.c
+2
-1
No files found.
drivers/scsi/hosts.c
View file @
30b010d8
...
...
@@ -390,8 +390,9 @@ struct Scsi_Host * scsi_register(Scsi_Host_Template *shost_tp, int xtr_bytes)
*/
shost
->
max_cmd_len
=
12
;
shost
->
hostt
=
shost_tp
;
shost
->
host_blocked
=
FALSE
;
shost
->
host_blocked
=
0
;
shost
->
host_self_blocked
=
FALSE
;
shost
->
max_host_blocked
=
shost_tp
->
max_host_blocked
?
shost_tp
->
max_host_blocked
:
SCSI_DEFAULT_HOST_BLOCKED
;
#ifdef DEBUG
printk
(
"%s: %x %x: %d
\n
"
,
__FUNCTION_
(
int
)
shost
,
...
...
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