diff options
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 383a027de452..f1268280244e 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -2816,7 +2816,6 @@ out_invalid_transport_udp: | |||
2816 | * NFS client for backwards compatibility | 2816 | * NFS client for backwards compatibility |
2817 | */ | 2817 | */ |
2818 | unsigned int nfs_callback_set_tcpport; | 2818 | unsigned int nfs_callback_set_tcpport; |
2819 | unsigned short nfs_callback_tcpport; | ||
2820 | /* Default cache timeout is 10 minutes */ | 2819 | /* Default cache timeout is 10 minutes */ |
2821 | unsigned int nfs_idmap_cache_timeout = 600; | 2820 | unsigned int nfs_idmap_cache_timeout = 600; |
2822 | /* Turn off NFSv4 uid/gid mapping when using AUTH_SYS */ | 2821 | /* Turn off NFSv4 uid/gid mapping when using AUTH_SYS */ |
@@ -2827,7 +2826,6 @@ char nfs4_client_id_uniquifier[NFS4_CLIENT_ID_UNIQ_LEN] = ""; | |||
2827 | bool recover_lost_locks = false; | 2826 | bool recover_lost_locks = false; |
2828 | 2827 | ||
2829 | EXPORT_SYMBOL_GPL(nfs_callback_set_tcpport); | 2828 | EXPORT_SYMBOL_GPL(nfs_callback_set_tcpport); |
2830 | EXPORT_SYMBOL_GPL(nfs_callback_tcpport); | ||
2831 | EXPORT_SYMBOL_GPL(nfs_idmap_cache_timeout); | 2829 | EXPORT_SYMBOL_GPL(nfs_idmap_cache_timeout); |
2832 | EXPORT_SYMBOL_GPL(nfs4_disable_idmapping); | 2830 | EXPORT_SYMBOL_GPL(nfs4_disable_idmapping); |
2833 | EXPORT_SYMBOL_GPL(max_session_slots); | 2831 | EXPORT_SYMBOL_GPL(max_session_slots); |