1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00

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:
Al Viro 2025-10-25 18:34:49 -04:00
parent 2026c6f8eb
commit ca459ca70f

View File

@ -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;