[openib-general] [PATCH 8/9] kDAPL: convert the hcas ia list to linux native

James Lentini jlentini at netapp.com
Tue Jun 14 13:21:40 PDT 2005



On Mon, 13 Jun 2005, Tom Duffy wrote:

tduffy> diff -Nurp -X /home/tduffy/dontdiff linux-kernel-ll8/dat-provider/dapl_ia.c linux-kernel-ll9/dat-provider/dapl_ia.c
tduffy> --- linux-kernel-ll8/dat-provider/dapl_ia.c	2005-06-13 16:50:30.624000000 -0700
tduffy> +++ linux-kernel-ll9/dat-provider/dapl_ia.c	2005-06-13 16:56:10.004000000 -0700
tduffy> @@ -62,7 +62,6 @@ struct dapl_ia *dapl_ia_alloc(struct dat
tduffy>  	ia->hca = hca;
tduffy>  	ia->async_error_evd = NULL;
tduffy>  	ia->cleanup_async_error_evd = FALSE;
tduffy> -	dapl_llist_init_entry(&ia->hca_ia_list_entry);

Shouldn't we replace this line with an INIT_LIST_HEAD(&ia->list)? Or 
is this going to be done in the next patch?

tduffy>  	INIT_LIST_HEAD(&ia->ep_list);
tduffy>  	INIT_LIST_HEAD(&ia->lmr_list);
tduffy>  	INIT_LIST_HEAD(&ia->rmr_list);



More information about the general mailing list