lkml.org 
[lkml]   [2002]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] flags must be unsigned long

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/
\
 
 \ /
  Last update: 2005-03-22 13:22    [W:0.201 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site