]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - net/sunrpc/clnt.c
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
[linux-imx.git] / net / sunrpc / clnt.c
index a80ee9b80dcfe64f72d29361e2122c90005b6956..651245aa829a325743aa1190788bdc9b8ae4dc4d 100644 (file)
@@ -414,6 +414,8 @@ struct rpc_clnt *rpc_create(struct rpc_create_args *args)
        };
        char servername[48];
 
+       if (args->flags & RPC_CLNT_CREATE_INFINITE_SLOTS)
+               xprtargs.flags |= XPRT_CREATE_INFINITE_SLOTS;
        /*
         * If the caller chooses not to specify a hostname, whip
         * up a string representation of the passed-in address.