SUNRPC: export new RPC client functions with _GPL
authorChuck Lever <chuck.lever@oracle.com>
Wed, 23 Aug 2006 00:06:22 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:51 +0000 (23:24 -0400)
commitb86acd501a34227e0ed2b2d54dc8002c1701ce17
tree1f237ba5e565d05a9ed78ebf90d9ff7d1cdade05
parentff9aa5e56df60cc8565a93cc868fe25ae3f20e49
SUNRPC: export new RPC client functions with _GPL

This patch is optional.

It has been suggested that the RPC client internal functions used by upper
layer protocols (such as NFS) be exported via EXPORT_SYMBOL_GPL.  This
patch does that.

Test plan:
Compile kernel with CONFIG_NFS enabled as a module.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c