commit | 71e161a6a9fa021a280e564254fcda894e6fbd14 | [log] [tgz] |
---|---|---|
author | Andy Adamson <andros@netapp.com> | Thu Jan 06 02:04:25 2011 +0000 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 06 14:46:23 2011 -0500 |
tree | df454328272a688e7a8a160c32ec4ab4f4ec7702 | |
parent | 4b5b3ba16be1b195d2e1161746637acd4b9fed4f [diff] [blame] |
SUNRPC fix bc_send print Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/net/sunrpc/bc_svc.c b/net/sunrpc/bc_svc.c index 7dcfe0c..1dd1a68 100644 --- a/net/sunrpc/bc_svc.c +++ b/net/sunrpc/bc_svc.c
@@ -59,8 +59,8 @@ ret = task->tk_status; rpc_put_task(task); } - return ret; dprintk("RPC: bc_send ret= %d\n", ret); + return ret; } #endif /* CONFIG_NFS_V4_1 */