NFS: Fix fix of show_nfs_errors
authorTrond Myklebust <trondmy@gmail.com>
Mon, 6 Jan 2020 20:25:06 +0000 (15:25 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:54:32 +0000 (10:54 -0500)
commit118b6292195cfb86a9f43cb65610fc6d980c65f4
treee03c5900c983aad40223a9dda18823454962f515
parent25925b00a972e4ec12702483686b48b609e24703
NFS: Fix fix of show_nfs_errors

Casting a negative value to an unsigned long is not the same as
converting it to its absolute value.

Fixes: 96650e2effa2 ("NFS: Fix show_nfs_errors macros again")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4trace.h