[patch] dz.c 64 bit locking issues

jes@trained-monkey.org
Thu, 16 Aug 2001 00:30:16 -0400


Hi

Another 64 bit flags bug.

Cheers
Jes

--- drivers/char/n_r3964.c~ Wed Jun 27 17:13:01 2001
+++ drivers/char/n_r3964.c Thu Aug 16 00:29:13 2001
@@ -1421,7 +1421,7 @@
int pid=current->pid;
struct r3964_client_info *pClient;
struct r3964_message *pMsg=NULL;
- unsigned int flags;
+ unsigned long flags;
int result = POLLOUT;

TRACE_L("POLL");
-
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/