> > Hi Avri, > > > + list_for_each_entry_safe(rgn, next_rgn, &lru_info->lh_lru_rgn, > > + list_lru_rgn) > How about replace list_for_each_entry_safe to list_for_each_entry? Done. Can also use the relaxed version in the timeout handler as well (patch 7/8). Thanks, Avri