public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* miss list_del(), bug ?
@ 2007-08-28 17:58 Yoann Padioleau
  0 siblings, 0 replies; only message in thread
From: Yoann Padioleau @ 2007-08-28 17:58 UTC (permalink / raw)
  To: kernel-janitors; +Cc: linux-kernel


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-29  1:10 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox