From: Matthew Wilcox Date: Wed, 15 Aug 2007 18:57:01 +0000 (-0600) Subject: [SCSI] ide-scsi: Close narrow race in release X-Git-Tag: v2.6.24-rc1~1290^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdea8dbbe4fc021afb601ef5339d5c5825c5cb6;p=pandora-kernel.git [SCSI] ide-scsi: Close narrow race in release We were releasing the block devices before removing the host, so commands could still be coming in which would cause a panic. Just remove the host before releasing the block devices to close this race. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed