Reviewed-by: sereb...@google.com
Looks good!
On Mon, Dec 28, 2015 at 8:15 AM, Adam Morrison wrote:
> From: Omer Peleg
>
> Currently, deferred flushes' info is striped between several lists in
> the flush tables. Instead, move all information about a specific flush
> to a single entry in this ta
From: Omer Peleg
Currently, deferred flushes' info is striped between several lists in
the flush tables. Instead, move all information about a specific flush
to a single entry in this table.
This patch does not introduce any functional change.
Signed-off-by: Omer Peleg
[m...@cs.technion.ac.il: