Re: [PATCH 03/10] lib: add a batch size to fprop_global

2017-11-22 Thread Jan Kara
On Wed 22-11-17 09:47:16, Jan Kara wrote: > On Tue 14-11-17 16:56:49, Josef Bacik wrote: > > From: Josef Bacik > > > > The flexible proportion stuff has been used to track how many pages we > > are writing out over a period of time, so counts everything in single > > increments.

Re: [PATCH 03/10] lib: add a batch size to fprop_global

2017-11-22 Thread Jan Kara
On Tue 14-11-17 16:56:49, Josef Bacik wrote: > From: Josef Bacik > > The flexible proportion stuff has been used to track how many pages we > are writing out over a period of time, so counts everything in single > increments. If we wanted to use another base value we need to be

[PATCH 03/10] lib: add a batch size to fprop_global

2017-11-14 Thread Josef Bacik
From: Josef Bacik The flexible proportion stuff has been used to track how many pages we are writing out over a period of time, so counts everything in single increments. If we wanted to use another base value we need to be able to adjust the batch size to fit our the units we'll