[PATCH 55/59] LSM: Remove unused macro
Casey Schaufler
casey at schaufler-ca.com
Tue Apr 9 21:39:42 UTC 2019
The call_one_void_hook macro is unused since the change
to how releasing a secctx was made. Remove it.
Signed-off-by: Casey Schaufler <casey at schaufler-ca.com>
---
security/security.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/security/security.c b/security/security.c
index 1b4b74af0cb7..ce50054f58a0 100644
--- a/security/security.c
+++ b/security/security.c
@@ -713,16 +713,6 @@ int lsm_superblock_alloc(struct super_block *sb)
P->hook.FUNC(__VA_ARGS__); \
} while (0)
-#define call_one_void_hook(FUNC, ...) \
- do { \
- struct security_hook_list *P; \
- \
- hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \
- P->hook.FUNC(__VA_ARGS__); \
- break; \
- } \
- } while (0)
-
#define call_int_hook(FUNC, IRC, ...) ({ \
int RC = IRC; \
do { \
--
2.19.1
More information about the Linux-security-module-archive
mailing list