From: James Bottomley Date: Tue, 8 Nov 2005 14:21:07 +0000 (-0500) Subject: [SCSI] sd: fix issue_flush X-Git-Tag: v2.6.15-rc1~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ed79a331caa68ac027dd6afc02bb5b58ef2798;p=pandora-kernel.git [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 --- Reading git-diff-tree failed