]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lockd: Rename struct nlm_res to lockd_res
authorChuck Lever <chuck.lever@oracle.com>
Tue, 12 May 2026 18:13:45 +0000 (14:13 -0400)
committerChuck Lever <cel@kernel.org>
Tue, 9 Jun 2026 20:32:59 +0000 (16:32 -0400)
commit86ed2898fafb8106072f9db3887deec80222e6cf
treea26d4c578bfab78ecd98d16cb050b01f5cebddea
parent815778f88b1b9566517ce107b842c0d97254d7ad
lockd: Rename struct nlm_res to lockd_res

As part of the effort to enable lockd's server-side XDR functions to
be generated from the NLM protocol specification (using xdrgen), the
internal type names must be changed to avoid conflicts with the
machine-generated type names.

Rename struct nlm_res to struct lockd_res to avoid conflicts with
the NLMv3 XDR type definitions that will be introduced when svcproc.c
is converted to use xdrgen.

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