The patch titled Subject: mm/slub.c: fix sysfs filename in comment has been added to the -mm tree. Its filename is mm-slubc-fix-sysfs-filename-in-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-slubc-fix-sysfs-filename-in-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-slubc-fix-sysfs-filename-in-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Li Peng <lip@xxxxxxxxxxx> Subject: mm/slub.c: fix sysfs filename in comment /sys/kernel/slab/xx/defrag_ratio should be remote_node_defrag_ratio. Link: http://lkml.kernel.org/r/1463449242-5366-1-git-send-email-lip@xxxxxxxxxxx Signed-off-by: Li Peng <lip@xxxxxxxxxxx> Acked-by: Christoph Lameter <cl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slub.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff -puN mm/slub.c~mm-slubc-fix-sysfs-filename-in-comment mm/slub.c --- a/mm/slub.c~mm-slubc-fix-sysfs-filename-in-comment +++ a/mm/slub.c @@ -1735,11 +1735,11 @@ static void *get_any_partial(struct kmem * may return off node objects because partial slabs are obtained * from other nodes and filled up. * - * If /sys/kernel/slab/xx/defrag_ratio is set to 100 (which makes - * defrag_ratio = 1000) then every (well almost) allocation will - * first attempt to defrag slab caches on other nodes. This means - * scanning over all nodes to look for partial slabs which may be - * expensive if we do it every time we are trying to find a slab + * If /sys/kernel/slab/xx/remote_node_defrag_ratio is set to 100 + * (which makes defrag_ratio = 1000) then every (well almost) + * allocation will first attempt to defrag slab caches on other nodes. + * This means scanning over all nodes to look for partial slabs which + * may be expensive if we do it every time we are trying to find a slab * with available objects. */ if (!s->remote_node_defrag_ratio || _ Patches currently in -mm which might be from lip@xxxxxxxxxxx are mm-slubc-fix-sysfs-filename-in-comment.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html