]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
lockd: Rename struct nlm_share to lockd_share
authorChuck Lever <chuck.lever@oracle.com>
Tue, 12 May 2026 18:13:47 +0000 (14:13 -0400)
committerChuck Lever <cel@kernel.org>
Tue, 9 Jun 2026 20:32:59 +0000 (16:32 -0400)
commit94e8b24e7daaa50e3af9c66b3cc6a67c942df875
tree81740fb98f1574b86554850ef3d7d881848f5d48
parentc03ded750fc6ec545bdff338fdb0594d82aaefce
lockd: Rename struct nlm_share to lockd_share

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_share to struct lockd_share 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/lockd.h
fs/lockd/share.h
fs/lockd/svcshare.c