From: Christoph Hellwig Date: Sat, 10 Jun 2006 16:37:19 +0000 (+0200) Subject: [SCSI] remove RQ_SCSI_* flags X-Git-Tag: v2.6.18-rc1~1092^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7feac3c7504425aaf61dc7d804685a6b89ee43;p=pandora-kernel.git [SCSI] remove RQ_SCSI_* flags The RQ_SCSI_* flags are a vestiage of a long past history. The EH code still sets them but we never make use of that information. The other users is pluto.c which never had a chance to work but needs to be kept compiling to keep Davem happy, so copy over the definition there. We could probably get rid of RQ_ACTIVE/RQ_INACTIVE aswell with some work, there's only two more or less bogus looking uses in ubd and scsi. Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed