On Thu, Aug 18, 2005 at 12:01:52PM +0200, Folkert van Heusden wrote: > What about a zero-copy read-interface? > An ioctl (or something) which enables the kernel to do dma directly to > the userspace. Of course this should be limited to the root-user or a > user with special capabilities (rights) since if a drive screws up, data > from a different sector (or so) might end up in the proces' memory. Of > course copying a sector from kernel- to userspace can be done pretty > fast but i.m.h.o. all possible speedimprovements should be made unless > unclean.
It's called O_DIRECT, and doesn't need root, just some alignment-constraints. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

