The patch titled trivial whitespace fixes in kernel/cpuset.c has been added to the -mm tree. Its filename is containersv10-make-cpusets-a-client-of-containers-whitespace.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: trivial whitespace fixes in kernel/cpuset.c From: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Paul Menage <menage@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cpuset.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/cpuset.c~containersv10-make-cpusets-a-client-of-containers-whitespace kernel/cpuset.c --- a/kernel/cpuset.c~containersv10-make-cpusets-a-client-of-containers-whitespace +++ a/kernel/cpuset.c @@ -513,7 +513,7 @@ static int update_cpumask(struct cpuset cpus_and(trialcs.cpus_allowed, trialcs.cpus_allowed, cpu_online_map); /* cpus_allowed cannot be empty for a cpuset with attached tasks. */ if (container_task_count(cs->css.container) && - cpus_empty(trialcs.cpus_allowed)) + cpus_empty(trialcs.cpus_allowed)) return -ENOSPC; retval = validate_change(cs, &trialcs); if (retval < 0) _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are containersv10-make-cpusets-a-client-of-containers-whitespace.patch profile-likely-unlikely-macros.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