From: Christoph Hellwig Date: Fri, 6 Jan 2006 17:34:07 +0000 (+0100) Subject: [SCSI] always handle REQ_BLOCK_PC requests in common code X-Git-Tag: v2.6.16-rc1~162^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776b23a0363d99ca402edc1aba1db8099b747b33;p=pandora-kernel.git [SCSI] always handle REQ_BLOCK_PC requests in common code LLDDs should never see REQ_BLOCK_PC requests, we can handle them just fine in the core code. There is a small behaviour change in that some check in sr's rw_intr are bypassed, but I consider the old behaviour a bug. Mike found this cleanup opportunity and provdided early patches, so all the credit goes to him, even if I redid the patches from scratch beause that was easier than forward-porting the old patches. Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed