commit | fd66e2a79d96efcbea78e0dc33797e25fe353a71 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jul 08 16:10:08 2020 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Sep 21 10:21:09 2020 -0400 |
tree | f444d46ec62e9c1e255494d266e8537e85a68945 | |
parent | 7c8099f6ada2654ef87aa992ec1b69b86249a353 [diff] |
SUNRPC: Remove dprintk call site in call_decode Clean up. When enabled, this dprintk adds a line in /var/log/messages after every RPC that reports the task ID (no connection to on the wire XID values) and the RPC's result (no connection to the program, operation, or the arguments and results). Thus it's value is pretty low. Let's remove it. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>