aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorNeilBrown <[email protected]>2024-07-29 11:47:23 +1000
committerChuck Lever <[email protected]>2024-09-20 19:31:03 -0400
commit36ffa3d0de54c1cf516ea32a5ec556f5c9874795 (patch)
tree4e7c5a85b99c9364566e4ce0e270b215c7eda348 /tools/perf/scripts/python/task-analyzer.py
parent1459ad57673b8019fbfcfddc345c99630d29e716 (diff)
nfsd: be more systematic about selecting error codes for internal use.
Rather than using ad hoc values for internal errors (30000, 11000, ...) use 'enum' to sequentially allocate numbers starting from the first known available number - now visible as NFS4ERR_FIRST_FREE. The goal is values that are distinct from all be32 error codes. To get those we must first select integers that are not already used, then convert them with cpu_to_be32(). Signed-off-by: NeilBrown <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions