PATCH Man pages - add MPOL_F_MEMS_ALLOWED to get_mempolicy(2) Update the get_mempolicy(2) man page to add in the description of the MPOL_F_MEMS_ALLOWED flag, added in 2.6.23. Signed-off-by: Lee Schermerhorn <lee.schermerhorn@xxxxxx> man2/get_mempolicy.2 | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+) Index: man-pages-3.05/man2/get_mempolicy.2 =================================================================== --- man-pages-3.05.orig/man2/get_mempolicy.2 2008-07-29 16:44:06.000000000 -0400 +++ man-pages-3.05/man2/get_mempolicy.2 2008-07-29 16:44:28.000000000 -0400 @@ -66,6 +66,29 @@ using If .I flags specifies +.BR MPOL_F_MEMS_ALLOWED , +the +.I mode +argument is ignored and +the set of nodes [memories] that the process is allowed to specify +in subsequent calls to +.BR mbind (2) +or +.BR set_mempolicy (2) +[in the absense of any +.IR "mode flags" ] +is returned in +.IR nodemask . +Use of +.B MPOL_F_MEMS_ALLOWED +is mutually exclusive with use of +.B MPOL_F_ADDR +and +.BR MPOL_F_NODE . + +If +.I flags +specifies .BR MPOL_F_ADDR , then information is returned about the policy governing the memory address given in -- To unsubscribe from this list: send the line "unsubscribe linux-numa" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html