aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/pluto.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2006-06-10 18:37:19 +0200
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-06-10 16:25:21 -0500
commit8d7feac3c7504425aaf61dc7d804685a6b89ee43 (patch)
tree0dd98c8cbfea10bdc748951cf9dc10b44f0042eb /drivers/scsi/pluto.c
parentbeb40487508290f5d6565598c60a3f44261beef2 (diff)
[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>
Diffstat (limited to 'drivers/scsi/pluto.c')
-rw-r--r--drivers/scsi/pluto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/pluto.c b/drivers/scsi/pluto.c
index 46624ab9c3d..83a67179993 100644
--- a/drivers/scsi/pluto.c
+++ b/drivers/scsi/pluto.c
@@ -27,6 +27,9 @@
#include <linux/module.h>
+#define RQ_SCSI_BUSY 0xffff
+#define RQ_SCSI_DONE 0xfffe
+
/* #define PLUTO_DEBUG */
#define pluto_printk printk ("PLUTO %s: ", fc->name); printk