diff options
author | NeilBrown <neilb@suse.de> | 2024-07-29 11:47:23 +1000 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-09-20 19:31:03 -0400 |
commit | 36ffa3d0de54c1cf516ea32a5ec556f5c9874795 (patch) | |
tree | 4e7c5a85b99c9364566e4ce0e270b215c7eda348 /fs/nfsd/stats.h | |
parent | 1459ad57673b8019fbfcfddc345c99630d29e716 (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 <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/stats.h')
0 files changed, 0 insertions, 0 deletions