[PATCH] flags must be unsigned long

Anton Blanchard (anton@samba.org)
Wed, 17 Jul 2002 21:52:35 -0700


Hi,

We must pass an unsigned long into __save_flags() etc.

Anton

===== drivers/scsi/scsi_lib.c 1.27 vs edited =====
--- 1.27/drivers/scsi/scsi_lib.c Tue Jul 2 07:44:25 2002
+++ edited/drivers/scsi/scsi_lib.c Wed Jul 17 21:46:04 2002
@@ -360,7 +360,7 @@
{
request_queue_t *q = &SCpnt->device->request_queue;
struct request *req = SCpnt->request;
- int flags;
+ unsigned long flags;

ASSERT_LOCK(q->queue_lock, 0);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/