From: Chuck Lever Date: Thu, 17 Oct 2024 13:36:27 +0000 (-0400) Subject: lockd: Remove unused typedef X-Git-Tag: v6.13-rc1~76^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f746e40e9baae878f8193e09d8f6d601dce42bb;p=thirdparty%2Flinux.git lockd: Remove unused typedef Clean up: Looks like the last usage of this typedef was removed by commit 026fec7e7c47 ("sunrpc: properly type pc_decode callbacks") in 2017. Reviewed-by: Jeff Layton Reviewed-by: NeilBrown Signed-off-by: Chuck Lever --- diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h index 80cca94267615..17d53165d9f24 100644 --- a/include/linux/lockd/xdr.h +++ b/include/linux/lockd/xdr.h @@ -73,8 +73,6 @@ struct nlm_args { u32 fsm_mode; }; -typedef struct nlm_args nlm_args; - /* * Generic lockd result */