Re: [PATCH v2 18/23] percpu: keep track of the best offset for contig hints

2017-07-25 Thread Josef Bacik
On Mon, Jul 24, 2017 at 07:02:15PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > This patch makes the contig hint starting offset optimization from the > previous patch as honest as it can be. For both chunk and block starting > offsets, make sure it keeps the starting offset wit

[PATCH v2 18/23] percpu: keep track of the best offset for contig hints

2017-07-24 Thread Dennis Zhou
From: "Dennis Zhou (Facebook)" This patch makes the contig hint starting offset optimization from the previous patch as honest as it can be. For both chunk and block starting offsets, make sure it keeps the starting offset with the best alignment. The block skip optimization is added in a later