On Nov 30, 2007, at 6:17 PM, Tom Tucker wrote:
On Fri, 2007-11-30 at 16:33 -0500, Chuck Lever wrote:
On Nov 29, 2007, at 5:40 PM, Tom Tucker wrote:
{
- svsk->sk_xprt.xpt_pool = NULL;
- clear_bit(XPT_BUSY, &svsk->sk_xprt.xpt_flags);
- svc_xprt_enqueue(&svsk->sk_xprt);
+ xprt->xpt_pool = NULL;
+ clear_bit(XPT_BUSY, &xprt->xpt_flags);
+ svc_xprt_enqueue(xprt);
}
-
+EXPORT_SYMBOL_GPL(svc_xprt_received);
When I submitted the RPC client-side transport switch, Trond
suggested we add the EXPORTs later when it was clear why they are
needed. This may be a personal preference of the server maintainer,
but I just thought I'd mention the possibility; it seems to make
sense here too.
Sure, but we already have a server side provider that helps accelerate
the proving process. The svcrdma module won't build without this being
exported.
That's fine. You just add the EXPORTs when you introduce the svcrdma
module.
No biggie.
--
Chuck Lever
chuck[dot]lever[at]oracle[dot]com
-
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html