[openib-general] Re: [PATCH 2/2] iWARP Core Changes.
Steve Wise
swise at opengridcomputing.com
Wed May 31 13:30:35 PDT 2006
On Wed, 2006-05-31 at 12:17 -0700, Roland Dreier wrote:
> > +EXPORT_SYMBOL(copy_addr);
>
> I think if you want to export this, it needs a less generic name
> (something with an rdma_ prefix probably). Otherwise it's going to
> collide someday...
ok.
The function is needed by the iwcm module, so that's why we exported it.
I could change the name to rdma_copy_addr(), or make the function a
static inline in a header file since its kinda small anyway...
Any preference?
More information about the general
mailing list