Re: [PATCH 51/51] ext2: enable cgroup writeback support

2015-07-01 Thread Tejun Heo
On Wed, Jul 01, 2015 at 09:29:12PM +0200, Jan Kara wrote: > On Fri 22-05-15 17:14:05, Tejun Heo wrote: > > Writeback now supports cgroup writeback and the generic writeback, > > buffer, libfs, and mpage helpers that ext2 uses are all updated to > > work with cgroup writeback. > > > > This patch en

Re: [PATCH 51/51] ext2: enable cgroup writeback support

2015-07-01 Thread Jan Kara
On Fri 22-05-15 17:14:05, Tejun Heo wrote: > Writeback now supports cgroup writeback and the generic writeback, > buffer, libfs, and mpage helpers that ext2 uses are all updated to > work with cgroup writeback. > > This patch enables cgroup writeback for ext2 by adding > FS_CGROUP_WRITEBACK to its

[PATCH 51/51] ext2: enable cgroup writeback support

2015-05-22 Thread Tejun Heo
Writeback now supports cgroup writeback and the generic writeback, buffer, libfs, and mpage helpers that ext2 uses are all updated to work with cgroup writeback. This patch enables cgroup writeback for ext2 by adding FS_CGROUP_WRITEBACK to its ->fs_flags. Signed-off-by: Tejun Heo Cc: Jens Axboe