OSDN Git Service

blkcg: associate writeback bios with a blkg
authorDennis Zhou (Facebook) <dennisszhou@gmail.com>
Tue, 11 Sep 2018 18:41:32 +0000 (14:41 -0400)
committerJens Axboe <axboe@kernel.dk>
Sat, 22 Sep 2018 02:29:11 +0000 (20:29 -0600)
commitbdc2491708c47601603918a9a20acddef6e1d814
treee10633b8836287b7c29c040665f6518db20f8d4a
parent74b7c02a9bc124ee3df0d77880ee26db0a325516
blkcg: associate writeback bios with a blkg

One of the goals of this series is to remove a separate reference to
the css of the bio. This can and should be accessed via bio_blkcg. In
this patch, the wbc_init_bio call is changed such that it must be called
after a queue has been associated with the bio.

Signed-off-by: Dennis Zhou <dennisszhou@gmail.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/admin-guide/cgroup-v2.rst
fs/buffer.c
fs/ext4/page-io.c
include/linux/writeback.h