|
@@ -2816,7 +2816,6 @@ out_invalid_transport_udp:
|
|
* NFS client for backwards compatibility
|
|
* NFS client for backwards compatibility
|
|
*/
|
|
*/
|
|
unsigned int nfs_callback_set_tcpport;
|
|
unsigned int nfs_callback_set_tcpport;
|
|
-unsigned short nfs_callback_tcpport;
|
|
|
|
/* Default cache timeout is 10 minutes */
|
|
/* Default cache timeout is 10 minutes */
|
|
unsigned int nfs_idmap_cache_timeout = 600;
|
|
unsigned int nfs_idmap_cache_timeout = 600;
|
|
/* Turn off NFSv4 uid/gid mapping when using AUTH_SYS */
|
|
/* Turn off NFSv4 uid/gid mapping when using AUTH_SYS */
|
|
@@ -2827,7 +2826,6 @@ char nfs4_client_id_uniquifier[NFS4_CLIENT_ID_UNIQ_LEN] = "";
|
|
bool recover_lost_locks = false;
|
|
bool recover_lost_locks = false;
|
|
|
|
|
|
EXPORT_SYMBOL_GPL(nfs_callback_set_tcpport);
|
|
EXPORT_SYMBOL_GPL(nfs_callback_set_tcpport);
|
|
-EXPORT_SYMBOL_GPL(nfs_callback_tcpport);
|
|
|
|
EXPORT_SYMBOL_GPL(nfs_idmap_cache_timeout);
|
|
EXPORT_SYMBOL_GPL(nfs_idmap_cache_timeout);
|
|
EXPORT_SYMBOL_GPL(nfs4_disable_idmapping);
|
|
EXPORT_SYMBOL_GPL(nfs4_disable_idmapping);
|
|
EXPORT_SYMBOL_GPL(max_session_slots);
|
|
EXPORT_SYMBOL_GPL(max_session_slots);
|