]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
lockd: Remove unused typedef
authorChuck Lever <chuck.lever@oracle.com>
Thu, 17 Oct 2024 13:36:27 +0000 (09:36 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Tue, 19 Nov 2024 01:23:03 +0000 (20:23 -0500)
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 <jlayton@kernel.org>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/lockd/xdr.h

index 80cca9426761532f18c274b37789ee1f4462b701..17d53165d9f24102a02feafa64db4b15f4d88e59 100644 (file)
@@ -73,8 +73,6 @@ struct nlm_args {
        u32                     fsm_mode;
 };
 
-typedef struct nlm_args nlm_args;
-
 /*
  * Generic lockd result
  */