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 from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html