Re: [PATCH 4/4] async: replace list of active domains with globallist of pending items

From: Tejun Heo
Date: Thu Jan 24 2013 - 20:01:10 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/