mirror of
https://github.com/linux-msm/rmtfs.git
synced 2026-04-09 15:02:31 +02:00
c7822e84b1e50822514df1092c69d508e2b90eab
Rather than exposing a pointer to the mmapped memory and performing IO directly on this address pass the data through a local buffer and move the reading and writing of memory into the sharedmem module. This allows us to support shared memory that is not memory mapped in the future. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Description
Languages
C
98.4%
Makefile
1.6%