]> git.ipfire.org Git - thirdparty/linux.git/commit
make securityfs_remove() remove the entire subtree
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 14 May 2024 05:36:53 +0000 (23:36 -0600)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Jun 2025 22:19:46 +0000 (18:19 -0400)
commit29d673b1508fcaa14be32e92679874f10a099bc8
treeeff29a677c4e3d2e629a9396d7514da52f5f4ab8
parent2c58d42de71f9c73e40afacc9d062892d2cc8862
make securityfs_remove() remove the entire subtree

... and fix the mount leak when anything's mounted there.
securityfs_recursive_remove becomes an alias for securityfs_remove -
we'll probably need to remove it in a cycle or two.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/security.h
security/inode.c