mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-07 05:33:20 +09:00
The scheduled cgroup writeback support requires blkio to be initialized before memcg as memcg needs to provide certain blkcg related functionalities. Relocate blkio so that it's right above memory. Signed-off-by: Tejun Heo <tj@kernel.org>