From 5cab9cc58bcd14f53d99082a766c611839e304ba Mon Sep 17 00:00:00 2001 From: Weston Andros Adamson Date: Tue, 23 Oct 2012 10:43:30 -0400 Subject: [PATCH] --- yaml --- r: 346550 b: refs/heads/master c: 1facf4c4a486d515759edc0b2ece927942dd8167 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/sunrpc/clnt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8250088cac1b..ef2f01bb75c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 576e613d2111036a075b7c4f7cafdf29a0021c29 +refs/heads/master: 1facf4c4a486d515759edc0b2ece927942dd8167 diff --git a/trunk/net/sunrpc/clnt.c b/trunk/net/sunrpc/clnt.c index f1ab4a8ae22c..913140173739 100644 --- a/trunk/net/sunrpc/clnt.c +++ b/trunk/net/sunrpc/clnt.c @@ -1794,7 +1794,7 @@ call_bc_transmit(struct rpc_task *task) * We were unable to reply and will have to drop the * request. The server should reconnect and retransmit. */ - BUG_ON(task->tk_status == -EAGAIN); + WARN_ON_ONCE(task->tk_status == -EAGAIN); printk(KERN_NOTICE "RPC: Could not send backchannel reply " "error: %d\n", task->tk_status); break;