I did some search but didn't find similar questions. Here is my steps:
- copy a file to /dev/shm (tmpfs)
- mmap that file with lock
- read data from that file
- delete the file
After step 4, the previous loaded data is still available, why? Thanks in advance