]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lockd: Remove C macros that are no longer used
authorChuck Lever <chuck.lever@oracle.com>
Tue, 17 Feb 2026 22:07:20 +0000 (17:07 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 30 Mar 2026 01:25:09 +0000 (21:25 -0400)
commitb131a424b0860d14b2778a5d3a8295f19e816291
tree81f24929e041eda4ee34786c0869b0a036728ddf
parent515788fa985fee596ddc9f8cd1e295e01883bb9e
lockd: Remove C macros that are no longer used

The conversion of all NLMv4 procedures to xdrgen-generated
XDR functions is complete. The hand-rolled XDR size
calculation macros (Ck, No, St, Rg) and the nlm_void
structure definition served only the older implementations
and are now unused.

Also removes NLMDBG_FACILITY, which was set to the client
debug flag in server-side code but never referenced, and
corrects a comment to specify "NLMv4 Server procedures".

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