- containersv10-make-cpusets-a-client-of-containers-whitespace.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <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
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux