kill securityfs_recursive_remove()
it's an unused alias for securityfs_remove() Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2026c6f8eb
commit
ca459ca70f
|
|
@ -2258,8 +2258,6 @@ static inline void securityfs_remove(struct dentry *dentry)
|
|||
|
||||
#endif
|
||||
|
||||
#define securityfs_recursive_remove securityfs_remove
|
||||
|
||||
#ifdef CONFIG_BPF_SYSCALL
|
||||
union bpf_attr;
|
||||
struct bpf_map;
|
||||
|
|
|
|||
Loading…
Reference in New Issue