Peter Xu <[email protected]> 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: Peter Xu <[email protected]>

Reviewed-by: Juan Quintela <[email protected]>

A bit weird that we don't use it (yet) anywhere, but that is life.


Reply via email to