All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock-fix.patch removed from -mm tree
@ 2013-02-22 23:52 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-02-22 23:52 UTC (permalink / raw)
  To: glommer, dan.carpenter, hannes, kamezawa.hiroyuki, mhocko, tj,
	mm-commits


The patch titled
     Subject: memcg: replace cgroup_lock with memcg specific memcg_lock fix
has been removed from the -mm tree.  Its filename was
     memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock-fix.patch

This patch was dropped because it was folded into memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock.patch

------------------------------------------------------
From: Glauber Costa <glommer@parallels.com>
Subject: memcg: replace cgroup_lock with memcg specific memcg_lock fix

Signed-off-by: Glauber Costa <glommer@parallels.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Cc: Tejun Heo <tj@kernel.org>
Cc: Hiroyuki Kamezawa <kamezawa.hiroyuki@gmail.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memcontrol.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/memcontrol.c~memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock-fix mm/memcontrol.c
--- a/mm/memcontrol.c~memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock-fix
+++ a/mm/memcontrol.c
@@ -5736,7 +5736,7 @@ static int mem_cgroup_oom_control_write(
 	mutex_lock(&memcg_create_mutex);
 	/* oom-kill-disable is a flag for subhierarchy. */
 	if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
-		cgroup_unlock();
+		mutex_unlock(&memcg_create_mutex);
 		return -EINVAL;
 	}
 	memcg->oom_kill_disable = val;
_

Patches currently in -mm which might be from glommer@parallels.com are

memcgvmscan-do-not-break-out-targeted-reclaim-without-reclaimed-pages.patch
memcg-reduce-the-size-of-struct-memcg-244-fold.patch
memcg-prevent-changes-to-move_charge_at_immigrate-during-task-attach.patch
memcg-split-part-of-memcg-creation-to-css_online.patch
memcg-fast-hierarchy-aware-child-test.patch
memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock.patch
memcg-increment-static-branch-right-after-limit-set.patch
memcg-avoid-dangling-reference-count-in-creation-failure.patch
memcg-stop-warning-on-memcg_propagate_kmem.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-22 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 23:52 [folded-merged] memcg-replace-cgroup_lock-with-memcg-specific-memcg_lock-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.