]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit30b6865bf3c20045c19a8f0a61dd0f353401d4e2
treee03c5900c983aad40223a9dda18823454962f515
parenta5ccb0cfc64c032fac958aae3eba94009d158b96
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: cd09d0f6cb3e ("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