On Mon, May 03, 2004 at 03:39:08PM -0700, David Mosberger wrote: > >>>>> On Mon, 03 May 2004 23:07:04 +0200, Arjan van de Ven said: > > Arjan> Exporting sys_mlock() for a kernel module soooo sounds wrong > Arjan> to me > > On what grounds? What alternative are you suggesting? if the module wants to pin userspace pages there are plenty of alternatives. Heck I suspect what they want is to mmap a device like most V4L drivers do, instead of doing it the windows way (let the app malloc and then pin)