We converted a bunch of open coded list iterator loops into list_for_each() but it turns out some of them should have been list_for_each_safe(). Or even better list_for_each_entry_safe(). Btw, someone should get rid of the get_list_head() function. regards, dan carpenter