diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2024-10-17 09:36:27 -0400 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-11-18 20:23:03 -0500 |
commit | 2f746e40e9baae878f8193e09d8f6d601dce42bb (patch) | |
tree | 07723f7116515dad3f49667518eea4cc3e7fba09 | |
parent | f64ea4af43161bb86ffc77e6aeb5bcf5c3229df0 (diff) |
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 <jlayton@kernel.org>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
-rw-r--r-- | include/linux/lockd/xdr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h index 80cca9426761..17d53165d9f2 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 */ |