Skip to content

Commit

Permalink
NFS: Move NFS protocol display macros to global header
Browse files Browse the repository at this point in the history
Refactor: surface useful show_ macros so they can be shared between
the client and server trace code.

Additional clean up:
- Housekeeping: ensure the correct #include files are pulled in
  and add proper TRACE_DEFINE_ENUM where they are missing
- Use a consistent naming scheme for the helpers
- Store values to be displayed symbolically as unsigned long, as
  that is the type that the __print_yada() functions take

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Nov 2, 2021
1 parent 9d2d48b commit 8791545
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 471 deletions.
Loading

0 comments on commit 8791545

Please sign in to comment.