Commit a9f57a8919f264fa184320d1f5c3ed7a35b7576a

Dhruva Krishnamurthy 2020-11-23T10:14:00

Remove broken support for write in emulated mmap * Emulated mmap based write without pagefault handling is not possible since IO happens outside of call to mmap and data is written to mapped memory * Potential emulation using userfaultfd() might be possible