Skip to content

Commit

Permalink
SUNRPC fix bc_send print
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed Jan 6, 2011
1 parent 4b5b3ba commit 71e161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/bc_svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ int bc_send(struct rpc_rqst *req)
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 */

0 comments on commit 71e161a

Please sign in to comment.