Committed in revision 2703.

On Thu, 23 Jun 2005, Tom Duffy wrote:

tduffy> Signed-off-by: Tom Duffy <[EMAIL PROTECTED]>
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> 
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to