From dfbaab2f1974cada43b36cc0b9a10fb5c61ea3c5 Mon Sep 17 00:00:00 2001 From: Li Xinhai Date: Fri, 14 Feb 2020 17:03:58 +0000 Subject: [PATCH] mbind.2: Remove note about MPOL_MF_STRICT been ignored Current code ignores the MPOL_MF_STRICT when handling hugetlb mapping, now patch([1]) handles MPOL_MF_STRICT in same semantic as other mapping. So, we can remove the note about 'MPOL_MF_STRICT is ignored on huge page mappings', and no changes to other part of man-page. [1] https://lore.kernel.org/linux-mm/1581559627-6206-1-git-send-email-lixinhai.lxh@gmail.com/ Signed-off-by: Li Xinhai Signed-off-by: Michael Kerrisk --- man2/mbind.2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man2/mbind.2 b/man2/mbind.2 index 16644ff6a..8c07270ac 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -471,9 +471,6 @@ Support for huge page policy was added with 2.6.16. For interleave policy to be effective on huge page mappings the policied memory needs to be tens of megabytes or larger. .PP -.B MPOL_MF_STRICT -is ignored on huge page mappings. -.PP .B MPOL_MF_MOVE and .B MPOL_MF_MOVE_ALL