NFS: Keep module parameters in the generic NFS client
[deliverable/linux.git] / fs / nfs / nfs4client.c
index b2d409d2805a5e4460bd1bf3bc35740bed9a7589..cbcdfaf325054e215159f2d1c1797994eff050ac 100644 (file)
 
 #define NFSDBG_FACILITY                NFSDBG_CLIENT
 
-/*
- * Turn off NFSv4 uid/gid mapping when using AUTH_SYS
- */
-static bool nfs4_disable_idmapping = true;
-
 /*
  * Get a unique NFSv4.0 callback identifier which will be used
  * by the V4.0 callback service to lookup the nfs_client struct
@@ -659,7 +654,3 @@ error:
        dprintk("<-- nfs4_create_referral_server() = error %d\n", error);
        return ERR_PTR(error);
 }
-
-module_param(nfs4_disable_idmapping, bool, 0644);
-MODULE_PARM_DESC(nfs4_disable_idmapping,
-               "Turn off NFSv4 idmapping when using 'sec=sys'");
This page took 0.028705 seconds and 5 git commands to generate.