On Thu, 2005-04-21 at 15:36 -0700, Roland Dreier wrote:
> Is this really the only change required?  It seems that the socket
> allocation function changed too -- 2.6.11 has
> 
>       extern struct sock *            sk_alloc(int family, int priority, int 
> zero_it,
>                                                kmem_cache_t *slab);
> 
> while my up-to-date Linus tree has
> 
>       extern struct sock              *sk_alloc(int family, int priority,
>                                                 struct proto *prot, int 
> zero_it);
> 
> so I think sdp_conn.c at least needs some fixing up.

Oh, you are right, I missed the compile warning, but I see it now.

Why does the SDP code pass in sizeof(struct inet_sock) for the zero_it
bool?

-tduffy

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

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

Reply via email to