projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64ea4a
)
lockd: Remove unused typedef
author
Chuck Lever
<chuck.lever@oracle.com>
Thu, 17 Oct 2024 13:36:27 +0000
(09:36 -0400)
committer
Chuck 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/lockd/xdr.h
b/include/linux/lockd/xdr.h
index 80cca9426761532f18c274b37789ee1f4462b701..17d53165d9f24102a02feafa64db4b15f4d88e59 100644
(file)
--- 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
*/