sunrpc: turn warn_gssd() log message into a dprintk()
[deliverable/linux.git] / fs / nfs / nfs4client.c
index 73d4ecda1e367e250378cb46f8fe79ad3533db11..dbb3e1f30c68e25ea5a7905ffeb552fd8954cb81 100644 (file)
@@ -372,10 +372,7 @@ struct nfs_client *nfs4_init_client(struct nfs_client *clp,
        __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags);
        __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags);
 
-       error = -EINVAL;
-       if (gssd_running(clp->cl_net))
-               error = nfs_create_rpc_client(clp, timeparms,
-                                             RPC_AUTH_GSS_KRB5I);
+       error = nfs_create_rpc_client(clp, timeparms, RPC_AUTH_GSS_KRB5I);
        if (error == -EINVAL)
                error = nfs_create_rpc_client(clp, timeparms, RPC_AUTH_UNIX);
        if (error < 0)
This page took 0.026364 seconds and 5 git commands to generate.