commit | dd406ef8950e76b17d74c5764a1e3d3a87d4a855 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Wed Apr 22 08:58:02 2009 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 27 10:32:13 2009 -0500 |
tree | a6e408fba66d0e1832fa1d135da5809fba1b386c | |
parent | 6401bdcad536cc00589c38e7e1c140d3acc00087 [diff] |
[SCSI] ipr: Fix sleeping function called with interrupts disabled The ata_sas_slave_configure was changed such that it now allocates some memory for a drain buffer for ATAPI devices. Fixup the ipr driver such that we no longer make this call with interrupts disabled. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>