On Mon, Dec 02, 2024 at 05:19:55AM -0800, Steve Sistare wrote: > Define the RAM_PRIVATE flag. > > In RAMBlock creation functions, if MAP_SHARED is 0 in the flags parameter, > in a subsequent patch the implementation may still create a shared mapping > if other conditions require it. Callers who specifically want a private > mapping, eg for objects specified by the user, must pass RAM_PRIVATE. > > After RAMBlock creation, MAP_SHARED in the block's flags indicates whether > the block is shared or private, and MAP_PRIVATE is omitted. > > Signed-off-by: Steve Sistare <steven.sist...@oracle.com>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu