[openib-general] [PATCH][RFC] kDAPL: remove dat wrapper funct ion dat_ia_query()

James Lentini jlentini at netapp.com
Fri Jun 10 16:05:12 PDT 2005


Committed in revision 2588 except for the item below.

On Fri, 10 Jun 2005, Tom Duffy wrote:

tduffy> Index: linux-kernel/dat-provider/dapl_sp.h
tduffy> ===================================================================
tduffy> --- linux-kernel/dat-provider/dapl_sp.h	(revision 2585)
tduffy> +++ linux-kernel/dat-provider/dapl_sp.h	(working copy)
tduffy> @@ -29,12 +29,8 @@
tduffy>   * $Id$
tduffy>   */
tduffy>  
tduffy> -#ifndef DAPL_PSP_UTIL_H
tduffy> -#define DAPL_PSP_UTIL_H
tduffy> -
tduffy> -struct dapl_sp *dapl_sp_alloc(struct dapl_ia *ia_ptr, boolean_t is_psp);
tduffy> -
tduffy> -void dapl_sp_dealloc(struct dapl_sp *sp_ptr);

I didn't remove this declaration from the header because 
dapl_sp_dealloc is being called by dapl_get_sp_ep

tduffy> +#ifndef DAPL_SP_H
tduffy> +#define DAPL_SP_H
tduffy>  
tduffy>  void dapl_sp_link_cr(struct dapl_sp *sp_ptr, struct dapl_cr *cr_ptr);
tduffy>  
tduffy> @@ -45,4 +41,4 @@ void dapl_sp_remove_cr(struct dapl_sp *s
tduffy>  
tduffy>  void dapl_sp_remove_ep(struct dapl_ep *ep_ptr);
tduffy>  
tduffy> -#endif /* DAPL_PSP_UTIL_H */
tduffy> +#endif /* DAPL_SP_H */
tduffy> Index: linux-kernel/patches/alt_dat_provider_makefile



More information about the general mailing list