mmap_file common case?

From: Jeff Garzik (jgarzik@mandrakesoft.com)
Date: Wed Mar 22 2000 - 12:42:52 EST


When dealing with files it is common to mmap all of a file, or up to XXX
bytes of a file. Is there any way to reduce the number of syscalls for
this operation from 3 to 1?

        fd = open(...);
        stat(...); /* get size for mmap */
        addr = mmap(...);

-- 
Jeff Garzik              | Tact is the ability to tell a man 
Building 1024            | he has an open mind when he has a
MandrakeSoft, Inc.       | hole in his head.  (-random fortune)

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



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:36 EST