summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorTejun Heo2015-05-22 23:13:35 +0200
committerJens Axboe2015-06-02 16:33:35 +0200
commit4aa9c692e052cf6db99db62a8fe0543e5c455da7 (patch)
tree378d5b44e7ec769dd4dfc9ac5ab2447fdb1f50a4 /init/Kconfig
parentwriteback: add @gfp to wb_init() (diff)
downloadkernel-qcow2-linux-4aa9c692e052cf6db99db62a8fe0543e5c455da7.tar.gz
kernel-qcow2-linux-4aa9c692e052cf6db99db62a8fe0543e5c455da7.tar.xz
kernel-qcow2-linux-4aa9c692e052cf6db99db62a8fe0543e5c455da7.zip
bdi: separate out congested state into a separate struct
Currently, a wb's (bdi_writeback) congestion state is carried in its ->state field; however, cgroup writeback support will require multiple wb's sharing the same congestion state. This patch separates out congestion state into its own struct - struct bdi_writeback_congested. A new field wb field, wb_congested, points to its associated congested struct. The default wb, bdi->wb, always points to bdi->wb_congested. While this patch adds a layer of indirection, it doesn't introduce any behavior changes. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'init/Kconfig')
0 files changed, 0 insertions, 0 deletions