All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add callback address and state to nfsd client info
@ 2021-05-14 13:30 Dave Wysochanski
  2021-05-14 13:30 ` [PATCH 1/1] nfsd4: Expose the callback address and state of each NFS4 client Dave Wysochanski
  2021-05-14 14:15 ` [PATCH 0/1] Add callback address and state to nfsd client info Bruce Fields
  0 siblings, 2 replies; 6+ messages in thread
From: Dave Wysochanski @ 2021-05-14 13:30 UTC (permalink / raw)
  To: Bruce Fields, Chuck Lever III; +Cc: linux-nfs

For troubleshooting, it is useful to show the callback address and state,
even though we do have this equivalent info inside Chuck's ftrace patches.
Note there is a show_cb_state() inside fs/nfsd/trace.h and this code
has a similar function.  It may be better to consolidate these two
if these additions are ok for nfsd client info, but not sure where
a good header is to place it - do we need a new file, maybe
fs/nfsd/nfs4callback.h?

Dave Wysochanski (1):
  nfsd4: Expose the callback address and state of each NFS4 client

 fs/nfsd/nfs4state.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-14 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 13:30 [PATCH 0/1] Add callback address and state to nfsd client info Dave Wysochanski
2021-05-14 13:30 ` [PATCH 1/1] nfsd4: Expose the callback address and state of each NFS4 client Dave Wysochanski
2021-05-14 15:06   ` Chuck Lever III
2021-05-14 16:25     ` David Wysochanski
2021-05-14 14:15 ` [PATCH 0/1] Add callback address and state to nfsd client info Bruce Fields
2021-05-14 16:41   ` David Wysochanski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.