diff options
author | Arvind Kumar <[email protected]> | 2014-03-08 12:51:12 -0800 |
---|---|---|
committer | James Bottomley <[email protected]> | 2014-03-19 15:04:45 -0700 |
commit | a2713cceb3a8efef8b86bec06f10689c95ddbc8c (patch) | |
tree | 66ae4312f340d057675091a9c240fe5bb09ce470 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 4909cc2b89715c2dfd4c466a37cc08b2b3890fed (diff) |
[SCSI] vmw_pvscsi: Fix pvscsi_abort() function.
This change ensures that pvscsi_abort() function returns SUCCESS
only when the command in question was actually completed, otherwise
returns FAILURE. The code before change, was causing a bug where
driver tries to complete a command to the mid-layer while the mid-layer
has already requested the driver to abort that command, in response
to which the driver has responded with SUCCESS causing mid-layer
to free the command struct.
Signed-off-by: Arvind Kumar <[email protected]>
Tested-by: Ewan Milne <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions