summaryrefslogtreecommitdiffstats
path: root/mm/backing-dev.c
diff options
context:
space:
mode:
authorTejun Heo2015-05-22 23:13:40 +0200
committerJens Axboe2015-06-02 16:33:35 +0200
commitdfb8ae567835425d27db8acc6c9fc5db88d38e2b (patch)
tree6da062fda862d1d751d5b40297f643a0a4221eed /mm/backing-dev.c
parentwriteback: attribute stats to the matching per-cgroup bdi_writeback (diff)
downloadkernel-qcow2-linux-dfb8ae567835425d27db8acc6c9fc5db88d38e2b.tar.gz
kernel-qcow2-linux-dfb8ae567835425d27db8acc6c9fc5db88d38e2b.tar.xz
kernel-qcow2-linux-dfb8ae567835425d27db8acc6c9fc5db88d38e2b.zip
writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
Currently, balance_dirty_pages() always work on bdi->wb. This patch updates it to work on the wb (bdi_writeback) matching memcg and blkcg of the current task as that's what the inode is being dirtied against. balance_dirty_pages_ratelimited() now pins the current wb and passes it to balance_dirty_pages(). As no filesystem has FS_CGROUP_WRITEBACK yet, this doesn't lead to visible behavior differences. v2: Updated for per-inode wb association. 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>
Diffstat (limited to 'mm/backing-dev.c')
0 files changed, 0 insertions, 0 deletions