linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH manpage] mbind.2: remove note about MPOL_MF_STRICT been ignored
@ 2020-02-14 17:03 Li Xinhai
  0 siblings, 0 replies; only message in thread
From: Li Xinhai @ 2020-02-14 17:03 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, linux-api, linux-mm, akpm

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 <lixinhai.lxh@gmail.com>
---
 man2/mbind.2 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/man2/mbind.2 b/man2/mbind.2
index 16644ff..8c07270 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
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-14 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 17:03 [PATCH manpage] mbind.2: remove note about MPOL_MF_STRICT been ignored Li Xinhai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).