NFS: Fix NFSv4 symbolic trace point output
authorChuck Lever <chuck.lever@oracle.com>
Wed, 19 Dec 2018 16:00:11 +0000 (11:00 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 2 Jan 2019 17:05:18 +0000 (12:05 -0500)
commit5b2095d0cefa218deca156eecbe0c656e5766129
tree52b3a83d520278bb5509ca066cb05f76f8193c17
parent53b2c1cb9b3cd901a200ddbbf08c77eabf1ab3e9
NFS: Fix NFSv4 symbolic trace point output

These symbolic values were not being displayed in string form.
TRACE_DEFINE_ENUM was missing in many cases. It also turns out that
__print_symbolic wants an unsigned long in the first field...

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4trace.h