NFSD: Rename nfsd4_encode_bitmap()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 18 Sep 2023 13:57:00 +0000 (09:57 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 16 Oct 2023 16:44:11 +0000 (12:44 -0400)
commite64301f51b2ab4808180a3fb0731d4ed66836312
tree88a9ba5beae936adb40656a758ad0d4469118d1f
parent6cc58291408bea96787d06ca3f5074fdfb3152ca
NFSD: Rename nfsd4_encode_bitmap()

For alignment with the specification, the name of NFSD's encoder
function should match the name of the XDR type.

I've also replaced a few "naked integers" with symbolic constants
that better reflect the usage of these values.

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