On Mon, Nov 12, 2018 at 3:41 AM Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx> wrote: > b968372279 ("read-cache: unlink old sharedindex files", 2017-03-06) > introduced get_shared_index_expire_date using unsigned long to track > the modification times of a shared index. > > dddbad728c ("timestamp_t: a new data type for timestamps", 2017-04-26) > shows why that might problematic so move to time_t instead. s/might/& be/ > Signed-off-by: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>