diff options
Diffstat (limited to 'net/sunrpc/sysctl.c')
-rw-r--r-- | net/sunrpc/sysctl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/sunrpc/sysctl.c b/net/sunrpc/sysctl.c index 2be714e9b382..c879732ae9d0 100644 --- a/net/sunrpc/sysctl.c +++ b/net/sunrpc/sysctl.c @@ -23,9 +23,16 @@ * Declare the debug flags here */ unsigned int rpc_debug; +EXPORT_SYMBOL(rpc_debug); + unsigned int nfs_debug; +EXPORT_SYMBOL(nfs_debug); + unsigned int nfsd_debug; +EXPORT_SYMBOL(nfsd_debug); + unsigned int nlm_debug; +EXPORT_SYMBOL(nlm_debug); #ifdef RPC_DEBUG |