From efcfa87f773c03ec4127276c9c2d91ea2338767d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 5 Aug 2013 13:44:44 +0800 Subject: [PATCH] forgot a 'quilt refresh' --- queue-3.10/cgroup-fix-umount-vs-cgroup_cfts_commit-race.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-3.10/cgroup-fix-umount-vs-cgroup_cfts_commit-race.patch b/queue-3.10/cgroup-fix-umount-vs-cgroup_cfts_commit-race.patch index a90c18ff65a..3bfee354a72 100644 --- a/queue-3.10/cgroup-fix-umount-vs-cgroup_cfts_commit-race.patch +++ b/queue-3.10/cgroup-fix-umount-vs-cgroup_cfts_commit-race.patch @@ -44,7 +44,7 @@ Signed-off-by: Greg Kroah-Hartman /* %NULL @cfts indicates abort and don't bother if @ss isn't attached */ - if (cfts && ss->root != &rootnode) { + if (cfts && ss->root != &rootnode && -+ atomic_inc_not_zero(sb->s_active)) { ++ atomic_inc_not_zero(&sb->s_active)) { list_for_each_entry(cgrp, &ss->root->allcg_list, allcg_node) { dget(cgrp->dentry); list_add_tail(&cgrp->cft_q_node, &pending); -- 2.47.3