[openib-general] Re: [PATCH] kDAPL: add a couple more static

James Lentini jlentini at netapp.com
Thu Jun 23 13:17:36 PDT 2005


Committed in revision 2703.

On Thu, 23 Jun 2005, Tom Duffy wrote:

tduffy> Signed-off-by: Tom Duffy <tduffy at sun.com>
tduffy> 
tduffy> Index: linux-kernel-static/dat-provider/dapl_cr.c
tduffy> ===================================================================
tduffy> --- linux-kernel-static/dat-provider/dapl_cr.c	(revision 2695)
tduffy> +++ linux-kernel-static/dat-provider/dapl_cr.c	(working copy)
tduffy> @@ -41,7 +41,7 @@
tduffy>  /*
tduffy>   * Create a CR. Part of the passive side of a connection
tduffy>   */
tduffy> -struct dapl_cr *dapl_cr_alloc(struct dapl_ia *ia)
tduffy> +static struct dapl_cr *dapl_cr_alloc(struct dapl_ia *ia)
tduffy>  {
tduffy>  	struct dapl_cr *cr;
tduffy>  
tduffy> @@ -305,9 +305,9 @@ static u32 dapl_connection_request(struc
tduffy>   * up resources and obtain the EP pointer associated with a CR in
tduffy>   * the SP.
tduffy>   */
tduffy> -struct dapl_ep *dapl_get_sp_ep(struct dapl_cm_ctx *cm_ctx,
tduffy> -			       struct dapl_sp *sp,
tduffy> -			       enum dat_event_number event)
tduffy> +static struct dapl_ep *dapl_get_sp_ep(struct dapl_cm_ctx *cm_ctx,
tduffy> +				      struct dapl_sp *sp,
tduffy> +				      enum dat_event_number event)
tduffy>  {
tduffy>  	struct dapl_cr *cr;
tduffy>  	struct dapl_ep *ep;
tduffy> 



More information about the general mailing list