Hi- This series proposes a small handful of tracepoint-related changes. The first patch is clean-up. The second and third patches are part of the ongoing effort to replace dprintk with tracepoints. The last patch adds some tracepoints I found useful while diagnosing the recent NFSv3 fsx failures. --- Chuck Lever (4): NFS: Remove unnecessary TRACE_DEFINE_ENUM()s SUNRPC: Tracepoints should store tk_pid and cl_clid as a signed int SUNRPC: Per-rpc_clnt task PIDs NFS: Instrument i_size_write() fs/nfs/inode.c | 9 +-- fs/nfs/nfs4trace.h | 12 +-- fs/nfs/nfstrace.h | 122 ++++++++++++---------------- fs/nfs/write.c | 1 + include/linux/sunrpc/clnt.h | 3 +- include/trace/events/rpcgss.h | 30 +++---- include/trace/events/rpcrdma.h | 90 ++++++++++----------- include/trace/events/sunrpc.h | 140 ++++++++++++++++----------------- net/sunrpc/sched.c | 12 ++- 9 files changed, 204 insertions(+), 215 deletions(-) -- Chuck Lever