The patch titled
     trivial whitespace fixes in kernel/cpuset.c
has been removed from the -mm tree.  Its filename was
     containersv10-make-cpusets-a-client-of-containers-whitespace.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
Subject: trivial whitespace fixes in kernel/cpuset.c
From: Daniel Walker <[EMAIL PROTECTED]>

Signed-off-by: Daniel Walker <[EMAIL PROTECTED]>
Cc: Paul Menage <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] are

containersv10-make-cpusets-a-client-of-containers-whitespace.patch
containersv10-support-for-automatic-userspace-release-agents-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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to