On Mon, Nov 17, 2014 at 04:13:57PM -0500, Tejun Heo wrote: [..] > --- a/include/linux/blkdev.h > +++ b/include/linux/blkdev.h > @@ -1408,6 +1408,9 @@ int kblockd_schedule_delayed_work(struct > int kblockd_schedule_delayed_work_on(int cpu, struct delayed_work *dwork, > unsigned long delay); > > #ifdef CONFIG_BLK_CGROUP > + > +extern struct cgroup_subsys_state * const blkcg_root_css;
Hi Tejun, Would it make sense to keep this in include/linux/blk-cgroup.h Thanks Vivek -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

