Re: [PATCH,preliminary] cleanup shm handling

From: David Howells (dhowells@redhat.com)
Date: Wed Dec 13 2000 - 06:51:07 EST


>> I'm currently writing a Win32 emulation kernel module to help speed Wine up,
                                           ^^^^^^^^^^^^^
> fd = shm_open ("xxx",...)
> ptr = mmap (NULL, size, ..., fd, offset);

I am doing this from within kernel space. I'd like to avoid doing the full
open and mmap if possible. I was wondering if there're some shortcuts I could
make use of.

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



This archive was generated by hypermail 2b29 : Fri Dec 15 2000 - 21:00:26 EST