Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
e632ba11
Commit
e632ba11
authored
Jun 19, 2005
by
Jeff Garzik
Committed by
Jeff Garzik
Jun 19, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aic7xxx/aic79xx_osm: revert completely bogus ahd_linux_queue() patch
parent
98f72a1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/scsi/aic7xxx/aic79xx_osm.c
drivers/scsi/aic7xxx/aic79xx_osm.c
+4
-4
No files found.
drivers/scsi/aic7xxx/aic79xx_osm.c
View file @
e632ba11
...
...
@@ -941,7 +941,7 @@ ahd_linux_queue(Scsi_Cmnd * cmd, void (*scsi_done) (Scsi_Cmnd *))
*/
cmd
->
scsi_done
=
scsi_done
;
ahd_lock
(
ahd
,
&
flags
);
ahd_
midlayer_entrypoint_
lock
(
ahd
,
&
flags
);
/*
* Close the race of a command that was in the process of
...
...
@@ -955,7 +955,7 @@ ahd_linux_queue(Scsi_Cmnd * cmd, void (*scsi_done) (Scsi_Cmnd *))
ahd_cmd_set_transaction_status
(
cmd
,
CAM_REQUEUE_REQ
);
ahd_linux_queue_cmd_complete
(
ahd
,
cmd
);
ahd_schedule_completeq
(
ahd
);
ahd_unlock
(
ahd
,
&
flags
);
ahd_
midlayer_entrypoint_
unlock
(
ahd
,
&
flags
);
return
(
0
);
}
dev
=
ahd_linux_get_device
(
ahd
,
cmd
->
device
->
channel
,
...
...
@@ -965,7 +965,7 @@ ahd_linux_queue(Scsi_Cmnd * cmd, void (*scsi_done) (Scsi_Cmnd *))
ahd_cmd_set_transaction_status
(
cmd
,
CAM_RESRC_UNAVAIL
);
ahd_linux_queue_cmd_complete
(
ahd
,
cmd
);
ahd_schedule_completeq
(
ahd
);
ahd_unlock
(
ahd
,
&
flags
);
ahd_
midlayer_entrypoint_
unlock
(
ahd
,
&
flags
);
printf
(
"%s: aic79xx_linux_queue - Unable to allocate device!
\n
"
,
ahd_name
(
ahd
));
return
(
0
);
...
...
@@ -979,7 +979,7 @@ ahd_linux_queue(Scsi_Cmnd * cmd, void (*scsi_done) (Scsi_Cmnd *))
dev
->
flags
|=
AHD_DEV_ON_RUN_LIST
;
ahd_linux_run_device_queues
(
ahd
);
}
ahd_unlock
(
ahd
,
&
flags
);
ahd_
midlayer_entrypoint_
unlock
(
ahd
,
&
flags
);
return
(
0
);
}
...
...
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