Thread (3 messages) 3 messages, 3 authors, 2005-02-28

Re: [ patch 2/7] drivers/serial/jsm: new serial device driver

From: Jeff Garzik <hidden>
Date: 2005-02-28 00:27:26
Also in: lkml

Wen Xiong wrote:
+#define TMPBUFLEN (1024)
+
+/*
+ * jsm_sniff - Dump data out to the "sniff" buffer if the
+ * proc sniff file is opened...
+ */
+
+void jsm_sniff_nowait_nolock(struct channel_t *ch, uchar *text, uchar *buf, int len)
+{
+	struct timeval tv;
+	int n;
+	int r;
+	int nbuf;
+	int i;
+	int tmpbuflen;
+	char tmpbuf[TMPBUFLEN];
Uses WAY too much stack space.

	Jeff

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help