]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NFSD: Fix trace_nfsd_slot_seqid_sequence
authorChuck Lever <chuck.lever@oracle.com>
Mon, 3 Feb 2025 14:49:42 +0000 (09:49 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 10 Mar 2025 13:10:58 +0000 (09:10 -0400)
commit2ed4f6fe1555a8431c997a5446254ded963006ce
tree72385ea834b8b101a2ece0856168785bc3c745a8
parent4e59e6972b8413e5fd4b5bd0194a9741e5264c15
NFSD: Fix trace_nfsd_slot_seqid_sequence

While running down the problem triggered by disconnect injection,
I noticed the "in use" string was actually never hooked up in this
trace point, so it always showed the traced slot as not in use. But
what might be more useful is showing all the slot status flags.

Also, this trace point can record and report the slot's index
number, which among other things is useful for troubleshooting slot
table expansion and contraction.

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