]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
forgot a 'quilt refresh'
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Aug 2013 05:44:44 +0000 (13:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Aug 2013 05:44:44 +0000 (13:44 +0800)
queue-3.10/cgroup-fix-umount-vs-cgroup_cfts_commit-race.patch

index a90c18ff65aeca81cdbe21917f0351a59be1665d..3bfee354a7277f99ab74759a26725f4b3460aeac 100644 (file)
@@ -44,7 +44,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        /* %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);