map_user_kiobuf question

Jeff Garzik (jgarzik@mandrakesoft.com)
Fri, 05 Nov 1999 17:09:46 -0500


What type of address gets passed to the third argument of
map_user_kiobuf?

can I do something like

addr = vmalloc (size);
...
map_user_kiobuf (xxx, iobuf, (unsigned long) addr, xxx);
[ ... mess around with iobuf'd pages ... ]
unmap_kiobuf (iobuf);

-- 
Jeff Garzik              | Just once, I wish we would encounter
Building 1024            | an alien menace that wasn't immune to
MandrakeSoft, Inc.       | bullets.   -- The Brigadier, "Dr. Who"

- 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/