mbind.2: Update MPOL_BIND section

Behavior of MPOL_BIND has been changed in kernel commit
19770b32609b6bf97a3dece2529089494cbfc549 (Linux 2.6.26). This
patch updates section describing MPOL_BIND to be in sync with
current state of Documentation/vm/numa_memory_policy.txt.

Signed-off-by: Krzysztof Kulakowski <krzysztof.kulakowski@intel.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Krzysztof Kulakowski 2017-03-10 07:31:58 -05:00 committed by Michael Kerrisk
parent 17efe87f49
commit 348f78ab2f
1 changed files with 2 additions and 8 deletions

View File

@ -215,14 +215,8 @@ the nodes specified in
If
.I nodemask
specifies more than one node, page allocations will come from
the node with the lowest numeric node ID first, until that node
contains no free memory.
Allocations will then come from the node with the next highest
node ID specified in
.I nodemask
and so forth, until none of the specified nodes contain free memory.
Pages will not be allocated from any node not specified in the
.IR nodemask .
the node with sufficient free memory that is closest to
the node where the allocation takes place.
.TP
.B MPOL_INTERLEAVE
This mode specifies that page allocations be interleaved across the