[SCSI] remove RQ_SCSI_* flags
authorChristoph Hellwig <hch@lst.de>
Sat, 10 Jun 2006 16:37:19 +0000 (18:37 +0200)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 10 Jun 2006 21:25:21 +0000 (16:25 -0500)
commit8d7feac3c7504425aaf61dc7d804685a6b89ee43
tree0dd98c8cbfea10bdc748951cf9dc10b44f0042eb
parentbeb40487508290f5d6565598c60a3f44261beef2
[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 <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/pluto.c
drivers/scsi/scsi_error.c
include/linux/blkdev.h