Peter Xu wrote:
> This value was only used for mmap() when we want to map at a specific
> offset of the file for memory. To be prepared that we might do another map
> upon the same range for whatever reason, cache the offset so we know how to
> map again on the same range.
>
> Signed-off-by: Pete
This value was only used for mmap() when we want to map at a specific
offset of the file for memory. To be prepared that we might do another map
upon the same range for whatever reason, cache the offset so we know how to
map again on the same range.
Signed-off-by: Peter Xu
---
include/exec/ramb