summaryrefslogtreecommitdiffstats
path: root/sys/rpc/clnt_rc.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-03-13 21:06:03 +0000
committerjhb <jhb@FreeBSD.org>2013-03-13 21:06:03 +0000
commitb2e811621c23b090f0a6428e112a67cbdb48769d (patch)
treefa2ef41d7bc070ef5ac51a82695e8b8ed5cde34c /sys/rpc/clnt_rc.c
parent731061beabff7b87230da8252aed09e0a08701ea (diff)
downloadFreeBSD-src-b2e811621c23b090f0a6428e112a67cbdb48769d.zip
FreeBSD-src-b2e811621c23b090f0a6428e112a67cbdb48769d.tar.gz
Revert 195703 and 195821 as this special stop handling in NFS is now
implemented via VFCF_SBDRY rather than passing PBDRY to individual sleep calls.
Diffstat (limited to 'sys/rpc/clnt_rc.c')
-rw-r--r--sys/rpc/clnt_rc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/rpc/clnt_rc.c b/sys/rpc/clnt_rc.c
index b910059..0015b3b 100644
--- a/sys/rpc/clnt_rc.c
+++ b/sys/rpc/clnt_rc.c
@@ -247,8 +247,7 @@ clnt_reconnect_call(
stat = clnt_reconnect_connect(cl);
if (stat == RPC_SYSTEMERROR) {
error = tsleep(&fake_wchan,
- rc->rc_intr ? PCATCH | PBDRY : 0, "rpccon",
- hz);
+ rc->rc_intr ? PCATCH : 0, "rpccon", hz);
if (error == EINTR || error == ERESTART)
return (RPC_INTR);
tries++;
OpenPOWER on IntegriCloud