From: Linus Torvalds (torvalds@klaava.Helsinki.FI)
Date: 08/08/93


From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
Subject: Re: status of mmap(2) in Linux
Date: 8 Aug 1993 21:34:00 GMT

In article <CBGLzq.K6D@world.std.com> entropy@world.std.com (Lawrence Foard) writes:
>
>Are writable memory mapped files in the works? Or is this what MAP_SHARED
>would do?

I'm not personally working on the writable mmap() right now (ie
MAP_SHARED with PROT_WRITE) - it would be nice to have but it's not
trivial to implement and can be left for later without any major
problems. It's not impossible to write, and doesn't even need any truly
major rewrites of the mm code: it's just not too high on my priorities
right now (mapping readonly was much more important imho). That said,
somebody else may be working on it.

                Linus