[Devel] Re: [PATCH] Fixes for the deferqueue_add() function
Dan Smith
danms at us.ibm.com
Fri Jun 19 11:16:43 PDT 2009
>> + INIT_LIST_HEAD(&dq->list);
SH> I'm pretty sure only head->list needed to be initialized.
>> - list_add_tail(&head->list, &dq->list);
>> + list_add_tail(&dq->list, &head->list);
SH> at least after you've done this :)
Right, right, well, it was part of the process... :)
--
Dan Smith
IBM Linux Technology Center
email: danms at us.ibm.com
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list