Re: [Mesa-dev] [PATCH] disk cache: move path creation back to constructor

2018-02-12 Thread Emil Velikov
On 9 February 2018 at 05:44, Tapani Pälli wrote: > This patch moves disk cache path and index creation back to the > constructor which matches previous behavior. We still allow create > to succeed without path so that cache can be used with callback > functionality. > > Fixes: c95d3ed091 "disk cac

Re: [Mesa-dev] [PATCH] disk cache: move path creation back to constructor

2018-02-08 Thread Timothy Arceri
Seems reasonable. Thanks! Reviewed-by: Timothy Arceri On 09/02/18 16:44, Tapani Pälli wrote: This patch moves disk cache path and index creation back to the constructor which matches previous behavior. We still allow create to succeed without path so that cache can be used with callback functi

[Mesa-dev] [PATCH] disk cache: move path creation back to constructor

2018-02-08 Thread Tapani Pälli
This patch moves disk cache path and index creation back to the constructor which matches previous behavior. We still allow create to succeed without path so that cache can be used with callback functionality. Fixes: c95d3ed091 "disk cache: create cache even if path creation fails" Signed-off-by: