[openib-general][PATCH][SRP] bug fixes & fmr supported,

Roland Dreier rolandd at cisco.com
Tue Sep 20 16:55:14 PDT 2005


    > -	iu = kmalloc(sizeof *iu, gfp_mask);
    > +	iu = kzalloc(sizeof *iu, gfp_mask);

By the way, why do we want this?  I think we always clear out the
contents of our IUs before we send them.

 - R.



More information about the general mailing list