[openib-general] Re: [PATCH] ipoib_flush_paths

Sean Hefty mshefty at ichips.intel.com
Thu Apr 6 17:19:26 PDT 2006


Sean Hefty wrote:
> +static inline int
> +rdma_resolve_ip(struct sockaddr *src_addr, struct sockaddr *dst_addr,
> +		struct rdma_dev_addr *addr, int timeout_ms,
> +		void (*callback)(int status, struct sockaddr *src_addr,
> +				 struct rdma_dev_addr *addr, void *context),
> +		void *context)
> +{
> +	return __rdma_resolve_ip(src_addr, dst_addr, addr, timeout_ms,
> +				 callback, context, THIS_MODULE);
> +}

I missed the compile warning before.  This needs a forward declaration of 
__rdma_resolve_ip().  Assuming that we've decided to go this route, I'll submit 
a corrected version.

- Sean



More information about the general mailing list