commit | 08281341be8ebc97ee47999812bcf411942baa1e | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sat Nov 21 11:36:42 2020 -0500 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Nov 30 14:46:35 2020 -0500 |
tree | 57e98af557a343f204ebd2d966c6921a722c09a8 | |
parent | 0dfdad1c1d1b77b9b085f4da390464dd0ac5647a [diff] |
NFSD: Add tracepoints in nfsd4_decode/encode_compound() For troubleshooting purposes, record failures to decode NFSv4 operation arguments and encode operation results. trace_nfsd_compound_decode_err() replaces the dprintk() call sites that are embedded in READ_* macros that are about to be removed. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>