Re: [PATCH 02/26] object-store: move alt_odb_list and alt_odb_tail to object store

2018-02-13 Thread Stefan Beller
On Tue, Feb 13, 2018 at 10:51 AM, Brandon Williams wrote: >> +#include "cache.h" >> + > > Maybe we would want to move the definition of the alternate store to > this header file? That way we don't need to include cache.h here. > Sounds good. I'll take a look at that. Stefan

Re: [PATCH 02/26] object-store: move alt_odb_list and alt_odb_tail to object store

2018-02-13 Thread Brandon Williams
On 02/12, Stefan Beller wrote: > In a process with multiple repositories open, alternates should be > associated to a single repository and not shared globally. Move > alt_odb_list and alt_odb_tail into the_repository and adjust callers > to reflect this. > > Now that the alternative object data