]> www.infradead.org Git - users/dwmw2/linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:52:59 +0000 (16:52 -0500)
commit82f3a1284c3fe5313075e60e9ac3f613a55edfae
tree23082c83a379e4b21a752752e7135da934340378
parent7364dc8874939ff8927c459881c44f1a9f36412a
NFS: Fix fix of show_nfs_errors

commit 118b6292195cfb86a9f43cb65610fc6d980c65f4 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4trace.h