]> git.dujemihanovic.xyz Git - linux.git/commit
nfsd: add more info to WARN_ON_ONCE on failed callbacks
authorJeff Layton <jlayton@kernel.org>
Mon, 26 Aug 2024 12:50:11 +0000 (08:50 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 20 Sep 2024 23:31:03 +0000 (19:31 -0400)
commite8581a9124470b751db8ec46044720d1597dbbfe
tree84644848c89da25e24b00a592d82cdcec9ec25a8
parent76a3f3f164d470ef1f22a34dbdb13549934cf339
nfsd: add more info to WARN_ON_ONCE on failed callbacks

Currently, you get the warning and stack trace, but nothing is printed
about the relevant error codes. Add that in.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4callback.c