Hello, On Fri, Jan 25, 2013 at 12:13:45AM +0000, James Hogan wrote: > Should it have this? > + else > + INIT_LIST_HEAD(&entry->global_list)
I think it would be better to have INIT_LIST_HEAD() during @entry initialization. Heh, I forgot that. I wonder why it didn't crash on my machine. Can you please cook up a patch to init both list fields right after kzalloc()? Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

