commit | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Tue Nov 08 09:21:07 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Wed Nov 09 09:31:46 2005 -0500 |
tree | 5c04d3ac7c7d5d0e98e2ee6858a124dd27ea922c | |
parent | 2ef8919830a262f10fb5e4a685e95f71a64bce6c [diff] |
[SCSI] sd: fix issue_flush sd_issue_flush() is called from atomic context so we can't use the semaphore based routines to get a reference to the scsi_disk. Assume something else already got the reference so we can safely use it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>