X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=block%2Fblk-cgroup.c;h=75642a352a8f40595069f0833a8e7cef131eca02;hb=f80c24d9964c8a15c55d1afc2dea327c5eff7d6b;hp=fa8f26309444d2cdda41cae813cf6f5a70f1de06;hpb=74ea15d909b31158f9b63190a95b52bc05586d4b;p=~andy%2Flinux diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index fa8f2630944..75642a352a8 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -1659,7 +1659,7 @@ static void blkiocg_attach(struct cgroup_subsys *ss, struct cgroup *cgrp, ioc = get_task_io_context(task, GFP_ATOMIC, NUMA_NO_NODE); if (ioc) { ioc_cgroup_changed(ioc); - put_io_context(ioc, NULL); + put_io_context(ioc); } } }