commit | 18c49b8cd69c360735df2cc6eeeb2593c01a81e8 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Mar 22 16:04:38 2006 -0600 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Apr 13 10:13:16 2006 -0500 |
tree | fff4d47d08c8c0531be02f4f47d574cbbb8fdb0e | |
parent | 21b2f0c803adaf00fce1b606c50b49ae8b106773 [diff] |
[SCSI] fix sg leak when scsi_execute_async fails Doug found a bug where if scsi_execute_async fails, we are leaking sg resources. scsi_do_req never failed so we did not have to handle that case before. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>