SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch
authorChuck Lever <chuck.lever@oracle.com>
Sat, 16 Mar 2013 19:55:27 +0000 (15:55 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 29 Mar 2013 19:43:41 +0000 (15:43 -0400)
commit5007220b87d2ae9da1ab2025bfa35f6e2b3376f5
tree3a78f8d094dd9425728c84e5aa44b08814c32069
parent6599c0acae10e929b5315821c1d064cd13fe7648
SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch

Clean up: Reduce the symbol table footprint for auth_rpcgss.ko by
removing exported symbols for functions that are no longer used
outside of auth_rpcgss.ko.

The remaining two EXPORTs in gss_mech_switch.c get documenting
comments.

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