Skip to content

Commit

Permalink
lockd: Remove unused typedef
Browse files Browse the repository at this point in the history
Clean up: Looks like the last usage of this typedef was removed by
commit 026fec7 ("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>
  • Loading branch information
Chuck Lever committed Nov 19, 2024
1 parent f64ea4a commit 2f746e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/lockd/xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ struct nlm_args {
u32 fsm_mode;
};

typedef struct nlm_args nlm_args;

/*
* Generic lockd result
*/
Expand Down

0 comments on commit 2f746e4

Please sign in to comment.