Re: [PATCH] Polling > 16000 FDs, Take 2

Manfred Spraul (manfreds@colorfullife.com)
Tue, 11 Jan 2000 09:53:09 +0100


Bill Wendling wrote:
>
+ else
+ fds = (struct pollfd *)vmalloc(size);
+

vmalloc() & vfree() need lock_kernel(). Tigran wrote a patch, but that
patch is not (yet?) part of the standard kernel.

--
	Manfre

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/