Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm...
[linux-drm-fsl-dcu.git] / block / bio.c
index 515b5434fe2de84f0fe9db306fc16adf7711ae5e..ad3f276d74bcb5a21474c49c786dee82f2f1b9f6 100644 (file)
@@ -1990,7 +1990,7 @@ int bio_associate_current(struct bio *bio)
 
        get_io_context_active(ioc);
        bio->bi_ioc = ioc;
-       bio->bi_css = task_get_css(current, blkio_cgrp_id);
+       bio->bi_css = task_get_css(current, io_cgrp_id);
        return 0;
 }
 EXPORT_SYMBOL_GPL(bio_associate_current);