]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sunrpc/rpcb_clnt.c
NFS: Switch from intr mount option to TASK_KILLABLE
[linux-2.6-omap-h63xx.git] / net / sunrpc / rpcb_clnt.c
index a05493aedb6800b11c91b31f1587dd229ca5387f..c35b6e7fc68046b769b785ed64014657e1df601a 100644 (file)
@@ -172,8 +172,7 @@ static struct rpc_clnt *rpcb_create(char *hostname, struct sockaddr *srvaddr,
                .program        = &rpcb_program,
                .version        = version,
                .authflavor     = RPC_AUTH_UNIX,
-               .flags          = (RPC_CLNT_CREATE_NOPING |
-                                  RPC_CLNT_CREATE_INTR),
+               .flags          = RPC_CLNT_CREATE_NOPING,
        };
 
        switch (srvaddr->sa_family) {