]> Git Repo - J-linux.git/commit
blkcg: revert blkcg cleanups series
authorDennis Zhou <[email protected]>
Thu, 1 Nov 2018 21:24:10 +0000 (17:24 -0400)
committerJens Axboe <[email protected]>
Fri, 2 Nov 2018 01:59:53 +0000 (19:59 -0600)
commitb5f2954d30c77649bce9c27e7a0a94299d9cfdf8
treef5dd932dc087c3a60410e82c70be1daf92d350a7
parent153fcd5f6d93b8e1e4040b1337f564a10f8d93af
blkcg: revert blkcg cleanups series

This reverts a series committed earlier due to null pointer exception
bug report in [1]. It seems there are edge case interactions that I did
not consider and will need some time to understand what causes the
adverse interactions.

The original series can be found in [2] with a follow up series in [3].

[1] https://www.spinics.net/lists/cgroups/msg20719.html
[2] https://lore.kernel.org/lkml/20180911184137[email protected]/
[3] https://lore.kernel.org/lkml/20181020185612[email protected]/

This reverts the following commits:
d459d853c2edb2c3fa546705101246ec02b5b3b9f24f5fcce2b0989954ae,
f0fcb3ec89f3c839e7a03f92bdc2491708c474b7c02a9bc15bf9a1f3b4ef,
a7b39b4e961c07b05bcc321349f4c2dc2b5027e6fa996c53

Signed-off-by: Dennis Zhou <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
22 files changed:
Documentation/admin-guide/cgroup-v2.rst
block/bfq-cgroup.c
block/bfq-iosched.c
block/bio.c
block/blk-cgroup.c
block/blk-core.c
block/blk-iolatency.c
block/blk-throttle.c
block/bounce.c
block/cfq-iosched.c
drivers/block/loop.c
drivers/md/raid0.c
fs/buffer.c
fs/ext4/page-io.c
include/linux/bio.h
include/linux/blk-cgroup.h
include/linux/blk_types.h
include/linux/cgroup.h
include/linux/writeback.h
kernel/cgroup/cgroup.c
kernel/trace/blktrace.c
mm/page_io.c
This page took 0.063547 seconds and 4 git commands to generate.