]> git.ipfire.org Git - thirdparty/linux.git/commit
lockd: Rename struct nlm_reboot to lockd_reboot
authorChuck Lever <chuck.lever@oracle.com>
Tue, 12 May 2026 18:13:46 +0000 (14:13 -0400)
committerChuck Lever <cel@kernel.org>
Tue, 9 Jun 2026 20:32:59 +0000 (16:32 -0400)
commitc03ded750fc6ec545bdff338fdb0594d82aaefce
tree7da7618ea2516ef2f7ee978476334558ef2b3bd1
parent86ed2898fafb8106072f9db3887deec80222e6cf
lockd: Rename struct nlm_reboot to lockd_reboot

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_reboot to struct lockd_reboot for consistency with
the other renamed internal types.

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