[PATCH] flags must be unsigned long

From: Anton Blanchard (anton@samba.org)
Date: Wed Jul 17 2002 - 23:52:35 EST


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/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:25 EST