commit | 5007220b87d2ae9da1ab2025bfa35f6e2b3376f5 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sat Mar 16 15:55:27 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Mar 29 15:43:41 2013 -0400 |
tree | 3a78f8d094dd9425728c84e5aa44b08814c32069 | |
parent | 6599c0acae10e929b5315821c1d064cd13fe7648 [diff] |
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>