Tom> The sock structure was changed in 2.6.12-rc? and SDP no
    Tom> longer compiles against it.  This patch allows SDP to build
    Tom> with either 2.6.11 or 2.6.12-rc3 as we must preserve building
    Tom> on current stable tree.

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.

(I don't have time track down what goes in struct proto right now, so
I'm not posting a real patch)

 - R.
_______________________________________________
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