[PATCH 09/11] fs-verity: simplify sysctls with register_sysctl()
Eric Biggers
ebiggers at kernel.org
Tue Mar 7 19:47:54 UTC 2023
On Thu, Mar 02, 2023 at 12:28:24PM -0800, Luis Chamberlain wrote:
> register_sysctl_paths() is only needed if your child (directories) have
> entries but this does not so just use register_sysctl() so to do away
> with the path specification.
>
> Signed-off-by: Luis Chamberlain <mcgrof at kernel.org>
> ---
> fs/verity/signature.c | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
Applied to https://git.kernel.org/pub/scm/fs/fsverity/linux.git/log/?h=for-next
- Eric
More information about the Linux-security-module-archive
mailing list