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>
This commit is contained in:
Chuck Lever 2024-10-17 09:36:27 -04:00
parent f64ea4af43
commit 2f746e40e9

View File

@ -73,8 +73,6 @@ struct nlm_args {
u32 fsm_mode;
};
typedef struct nlm_args nlm_args;
/*
* Generic lockd result
*/