On Sat, Jul 17, 2010 at 11:06:32PM -0500, Eric Sandeen wrote: > + /* Count remaining entries */ > + spin_lock(&mb_cache_spinlock); > + list_for_each(l, &mb_cache_list) { > + struct mb_cache *cache = > + list_entry(l, struct mb_cache, c_cache_list); This should be using list_for_each_entry. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>