All of lore.kernel.org
 help / color / mirror / Atom feed
* [bug?] miss list_del
@ 2007-08-27 17:21 Yoann Padioleau
  0 siblings, 0 replies; only message in thread
From: Yoann Padioleau @ 2007-08-27 17:21 UTC (permalink / raw)
  To: kernel-janitors



Shouldn't this code also do a list_del(e) ? 


in drivers/infiniband/core/iwcm.c:

static void dealloc_work_entries(struct iwcm_id_private *cm_id_priv)
{
	struct list_head *e, *tmp;

	list_for_each_safe(e, tmp, &cm_id_priv->work_free_list)
		kfree(list_entry(e, struct iwcm_work, free_list));
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-27 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 17:21 [bug?] miss list_del Yoann Padioleau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.