[SCSI] sd: fix issue_flush
authorJames Bottomley <James.Bottomley@steeleye.com>
Tue, 8 Nov 2005 14:21:07 +0000 (09:21 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Wed, 9 Nov 2005 14:31:46 +0000 (09:31 -0500)
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>

No differences found