Sean Wilcox wrote: > Tom's got a good point here, even using uu_list_insert_before(list, > uu_list_first(list), "enabled element") I have no guarantee that this > element will stay the first element, and that I can keep other things > from dumping in front of it on the list. > > So back to the drawing board, with a shot a Tom's idea here... I'll > repost the webrev when complete.
Embarassingly, I haven't looked at the code yet. Sorry. But I wanted to quickly raise the idea that it may not be entirely necessary sequence the refresh before the general/enabled creation. The only concrete concern I know about is a spurious and potentially racy refresh, but that shouldn't (famous last words, I know) cause any actual problems. It might be worth experimenting with not doing explicit refresh sequencing on a live import. liane