pmalloc: fix shared hugepage backed mmap on older kernels 16/16216/4
authorDamjan Marion <damarion@cisco.com>
Tue, 27 Nov 2018 12:02:13 +0000 (13:02 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 28 Nov 2018 16:34:27 +0000 (16:34 +0000)
Usual suspect, CentOS 7. Kernel doens't like MAP_HUGETLB to be
set together with MAP_SHARED even if we are mapping hugetlb backed file.

Change-Id: I6bb0fe14e9e42286963bb648840279942b2e8307
Signed-off-by: Damjan Marion <damarion@cisco.com>

No differences found