]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - init/Kconfig
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
authorTejun Heo <tj@kernel.org>
Fri, 22 May 2015 21:13:36 +0000 (17:13 -0400)
committerJens Axboe <axboe@fb.com>
Tue, 2 Jun 2015 14:33:35 +0000 (08:33 -0600)
commit89e9b9e07a390c50980d10aa37a04631db5a23ab
tree194810fa9bd85a9d0e3145eeafc4a305057757f8
parent4aa9c692e052cf6db99db62a8fe0543e5c455da7
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK

cgroup writeback requires support from both bdi and filesystem sides.
Add BDI_CAP_CGROUP_WRITEBACK and FS_CGROUP_WRITEBACK to indicate
support and enable BDI_CAP_CGROUP_WRITEBACK on block based bdi's by
default.  Also, define CONFIG_CGROUP_WRITEBACK which is enabled if
both MEMCG and BLK_CGROUP are enabled.

inode_cgwb_enabled() which determines whether a given inode's both bdi
and fs support cgroup writeback is added.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
include/linux/backing-dev.h
include/linux/fs.h
init/Kconfig