linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Li Xinhai <lixinhai.lxh@gmail.com>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org, linux-api@vger.kernel.org,
	linux-mm@kvack.org, akpm@linux-foundation.org
Subject: [PATCH manpage] mbind.2: remove note about MPOL_MF_STRICT been ignored
Date: Fri, 14 Feb 2020 17:03:58 +0000	[thread overview]
Message-ID: <1581699838-7483-1-git-send-email-lixinhai.lxh@gmail.com> (raw)

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


                 reply	other threads:[~2020-02-14 17:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581699838-7483-1-git-send-email-lixinhai.lxh@gmail.com \
    --to=lixinhai.lxh@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).